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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp91 HeapRegion* _survivor_head; member in class:YoungList
142 _survivor_head = NULL;
148 HeapRegion* first_survivor_region() { return _survivor_head; }

Completed in 38 milliseconds