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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp675 static oop _java_system_loader; member in class:SystemDictionary
H A DsystemDictionary.cpp84 oop SystemDictionary::_java_system_loader = NULL; member in class:SystemDictionary
97 return _java_system_loader;
109 _java_system_loader = (oop)result.get_jobject();
1629 blk->do_oop(&_java_system_loader);
1682 f->do_oop(&_java_system_loader);

Completed in 39 milliseconds