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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp420 TreeList<Chunk>* hintTL = curTL; local
421 while (hintTL->hint() != 0) {
422 assert(hintTL->hint() == 0 || hintTL->hint() > hintTL->size(),
424 hintTL = find_list(hintTL->hint());
425 assert(curTL != hintTL, "Infinite loop");
426 if (hintTL == NULL ||
427 hintTL
[all...]

Completed in 37 milliseconds