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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp264 KlassHandle *_the_class_for_redefinition_verification; member in class:JvmtiThreadState
270 _the_class_for_redefinition_verification = the_class;
280 if (state != NULL && state->_the_class_for_redefinition_verification != NULL) {
281 if ((*(state->_the_class_for_redefinition_verification))() == klass) {

Completed in 33 milliseconds