(original) (raw)
src/share/vm/classfile/verifier.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/verifier.hpp Tue Nov 24 14:39:12 2015** --- new/src/share/vm/classfile/verifier.hpp Tue Nov 24 14:39:12 2015
*** 48,57 **** --- 48,58 ---- * Verify the bytecodes for a class. If 'throw_exception' is true * then the appropriate VerifyError or ClassFormatError will be thrown. * Otherwise, no exception is thrown and the return indicates the * error. / + static void log_end_verification(outputStream st, const char klassName, Symbol exception_name, TRAPS);** static bool verify(instanceKlassHandle klass, Mode mode, bool should_verify_class, TRAPS);
// 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
src/share/vm/classfile/verifier.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File