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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.hpp108 // Retire the active allocating region. If fill_up is true then make
111 void retire(bool fill_up);
H A Dg1AllocRegion.cpp87 void G1AllocRegion::retire(bool fill_up) { argument
99 if (fill_up) {
177 retire(false /* fill_up */);

Completed in 29 milliseconds