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

/openjdk9/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp235 static ClassPathEntry* _jrt_entry; member in class:ClassLoader
362 static bool has_jrt_entry() { return (_jrt_entry != NULL); }
363 static ClassPathEntry* get_jrt_entry() { return _jrt_entry; }
400 return ClassLoader::_jrt_entry;
404 // the _jrt_entry is not included in the _first_append_entry
H A DclassLoader.cpp143 ClassPathEntry* ClassLoader::_jrt_entry = NULL; member in class:ClassLoader
787 assert(_jrt_entry == NULL, "should not setup bootstrap class search path twice");
789 _jrt_entry = new_entry;
793 JImageFile *jimage = _jrt_entry->jimage();
1042 tty->print("%s ;", _jrt_entry->name());
1469 e = _jrt_entry;
1470 stream = _jrt_entry->open_stream(file_name, CHECK_NULL);
1485 // _jrt_entry or the _exploded_entries.
1826 _jrt_entry->compile_the_world(system_class_loader, CATCH);

Completed in 98 milliseconds