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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.cpp246 assert(!_young_lab.is_flushed() || _young_gen_is_full, "Sanity");
247 if (!_young_lab.is_flushed())
250 assert(!_old_lab.is_flushed() || _old_gen_is_full, "Sanity");
251 if (!_old_lab.is_flushed())
H A DpsPromotionLAB.hpp74 bool is_flushed() { return _state == flushed; } function in class:PSPromotionLAB

Completed in 93 milliseconds