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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp183 inline bool has_spooling_space() { function in class:VALUE_OBJ_CLASS_SPEC
188 return has_spooling_space() || ensure_spooling_space_work();
H A DpromotionInfo.cpp173 assert(!has_spooling_space(), "Only call when there is no spooling space");
H A DconcurrentMarkSweepGeneration.cpp1382 assert(promoInfo->has_spooling_space(), "Control point invariant");
3384 assert(promo->has_spooling_space(),

Completed in 238 milliseconds