diff -r cc4f5bf6b26b -r 7ca9e625d6b2 src/hotspot/share/classfile/verifier.hpp --- a/src/hotspot/share/classfile/verifier.hpp Wed Feb 20 09:43:01 2019 -0800 +++ b/src/hotspot/share/classfile/verifier.hpp Wed Feb 20 13:21:36 2019 -0500 @@ -49,7 +49,7 @@ // Return false if the class is loaded by the bootstrap loader, // or if defineClass was called requesting skipping verification - // -Xverify:all/none override this value + // -Xverify:all overrides this value static bool should_verify_for(oop class_loader, bool should_verify_class); // Relax certain access checks to enable some broken 1.1 apps to run on 1.2.