How to Diagnose a java.lang.VerifyError: Expecting a stackmap frame at branch target ...
(Doc ID 2241384.1)
Last updated on MARCH 28, 2023
Applies to:
Java SE JDK and JRE - Version 7 and laterInformation in this document applies to any platform.
Symptoms
When Java bytecode verification is disabled (-Xverify:none or -noverify), sometimes very intermittent bad behavior happens such as JVM crash. Had bytecode verification been enabled, a deterministic error such as the following java.lang.VerifyError could have helped pinpoint the issue:
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |