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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp58 (_hr_)->is_survivor() ? "S" : (_hr_)->is_young() ? "E" : \
659 bool is_survivor() const { return _young_type == Survivor; } function in class:HeapRegion

Completed in 353 milliseconds