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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp192 static ClassPathEntry* _last_entry; member in class:ClassLoader
H A DclassLoader.cpp128 ClassPathEntry* ClassLoader::_last_entry = NULL; member in class:ClassLoader
566 if (_last_entry == NULL) {
567 _first_entry = _last_entry = new_entry;
569 _last_entry->set_next(new_entry);
570 _last_entry = new_entry;

Completed in 1580 milliseconds