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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp187 bool ensure_spooling_space() { function in class:VALUE_OBJ_CLASS_SPEC
H A DconcurrentMarkSweepGeneration.cpp1375 if (promoInfo->tracking() && !promoInfo->ensure_spooling_space()) {
3383 if (promo->ensure_spooling_space()) {
3385 "Post-condition of successful ensure_spooling_space()");
H A DcompactibleFreeListSpace.cpp1440 if (_promoInfo.tracking() && !_promoInfo.ensure_spooling_space()) {

Completed in 58 milliseconds