(original) (raw)
--- old/src/share/vm/classfile/verifier.hpp 2015-11-24 16:20:59.264854899 -0500 +++ new/src/share/vm/classfile/verifier.hpp 2015-11-24 16:20:59.080796435 -0500 @@ -50,6 +50,7 @@ * 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,