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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.hpp79 bool _old_gen_is_full; member in class:PSPromotionManager
174 bool old_gen_is_full() { return _old_gen_is_full; }
175 void set_old_gen_is_full(bool state) { _old_gen_is_full = state; }
H A DpsPromotionManager.inline.hpp128 if (!_old_gen_is_full) {
153 _old_gen_is_full = true;
H A DpsPromotionManager.cpp196 _old_gen_is_full = false;
250 assert(!_old_lab.is_flushed() || _old_gen_is_full, "Sanity");
308 assert(_old_gen_is_full || PromotionFailureALot, "Sanity");

Completed in 30 milliseconds