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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp168 bool young_gen_empty; local
239 young_gen_empty = eden_empty && survivors_empty;
248 if (young_gen_empty) {
H A DpsParallelCompact.cpp1081 bool young_gen_empty = eden_empty && from_space->is_empty() && local
1091 if (young_gen_empty) {

Completed in 127 milliseconds