Oprand stack overflow with Hibernate 6.2.7.Final

We are migration our project to spring boot 3.1.3 with Hibernate 6.2.7.Final. We got “Java.lang.VerifyError: Oprand stack overflow” error when running our app. The project is working fine with Hibernate 6.1.7.Final. Please see attached screenshot.

Looks like you found a bug. Please create an issue in the issue tracker(https://hibernate.atlassian.net) with a test case(https://github.com/hibernate/hibernate-test-case-templates/blob/master/orm/hibernate-orm-6/src/test/java/org/hibernate/bugs/JPAUnitTestCase.java) that reproduces the issue.