My Oracle Support Banner

Do Not Disable Bytecode Verification to Avoid a java.lang.VerifyError (Doc ID 1291169.1)

Last updated on APRIL 16, 2024

Applies to:

Java SE JDK and JRE - Version 1.5.0 to 8
Oracle WebLogic Server - Version 10.3.6 and later
Information in this document applies to any platform.

Symptoms

For various reasons, you may have disabled the Java Bytecode Verifier by adding to your 'java' command line arguments one or both of the following JVM flags:

-Xverify:none 

-noverify

  For example:

Changes

The 'java' command argument -Xverify:none or -noverify or both is/are added to the 'java' command line or to a configuration file used to start a JVM, such that the JVM is launched with the bytecode verifier disabled.  For example:

 

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
 Do not compromise or disable Java's built-in security features. 
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.