java.lang.VerifyError: JVMVRFY012 stack shape inconsistent;
问题 I am getting the following error while deploying a Maven project in WAS 8.5.5. I have installed JDK 1.6 and 1.7 in WAS. Error 500: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.VerifyError: JVMVRFY012 stack shape inconsistent; class=com/xyz/simtools/savings/jaxb/SavingsInput_JAXB_Deserialization_Stub, method=write(ILjava/lang/Object;)V, pc=356 Things I noticed: In Tomcat, it's working fine There was some fix for this in IBM JDK