< prev index next >

src/hotspot/share/classfile/verifier.cpp

Print this page

        

*** 128,138 **** st->print_cr("Verification for %s failed", klassName); } st->print_cr("End class verification for: %s", klassName); } ! bool Verifier::verify(InstanceKlass* klass, Verifier::Mode mode, bool should_verify_class, TRAPS) { HandleMark hm(THREAD); ResourceMark rm(THREAD); // Eagerly allocate the identity hash code for a klass. This is a fallout // from 6320749 and 8059924: hash code generator is not supposed to be called --- 128,138 ---- st->print_cr("Verification for %s failed", klassName); } st->print_cr("End class verification for: %s", klassName); } ! bool Verifier::verify(InstanceKlass* klass, bool should_verify_class, TRAPS) { HandleMark hm(THREAD); ResourceMark rm(THREAD); // Eagerly allocate the identity hash code for a klass. This is a fallout // from 6320749 and 8059924: hash code generator is not supposed to be called
< prev index next >