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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp6363 bool young_list_full = g1_policy()->is_young_list_full(); local
6364 if (force || !young_list_full) {
6369 _hr_printer.alloc(new_alloc_region, G1HRPrinter::Eden, young_list_full);

Completed in 36 milliseconds