Searched refs:is_parallelDefine (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp611 static bool is_parallelDefine(Handle class_loader);
H A DsystemDictionary.cpp141 bool SystemDictionary::is_parallelDefine(Handle class_loader) { function in class:SystemDictionary
1451 if (UnsyncloadClass || (is_parallelDefine(class_loader))) {
1470 if ((UnsyncloadClass || is_parallelDefine(class_loader)) && (probe->instanceKlass() != NULL)) {

Completed in 40 milliseconds