Searched defs:check_class (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp132 // check_class() is optionally called for product bits, but is
137 RC_TRACE_WITH_THREAD(0x00004000, thread, ("calling check_class"));
138 SystemDictionary::classes_do(check_class, thread);
3359 void VM_RedefineClasses::check_class(klassOop k_oop, function in class:VM_RedefineClasses

Completed in 644 milliseconds