Description
In a Java 7 runtime environment, the javaagent mechanism for enhancing the Entity classes was not properly detecting a Java 7 class file. Thus, the final stack map table fixups were not performed by ASM. The Entity class would end up with a VerifyError similar to this when being loaded:
Caused by: java.lang.VerifyError: JVMVRFY012 stack shape inconsistent; class=mypackage/PersistentJPA, method=...
Attachments
Issue Links
- is related to
-
OPENJPA-2085 Improve enhancement process to support JAVA 7 compliant class file generation
- Closed
- relates to
-
OPENJPA-2240 JVMVRFY012 when using openjpa together with hyperjaxb3
- Closed