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

/openjdk9/hotspot/src/share/vm/utilities/
H A Dhashtable.cpp247 HashtableEntry<T, F>* last_low_entry = NULL; local
257 if (last_low_entry == NULL) {
258 last_low_entry = p;
265 last_low_entry->set_next(high_list);

Completed in 105 milliseconds