Searched refs:stacks_empty (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsTasks.cpp142 guarantee(pm->stacks_empty(),
158 guarantee(pm->stacks_empty(), "stacks should be empty at this point");
H A DpsPromotionManager.hpp195 bool stacks_empty() { function in class:PSPromotionManager
H A DpsPromotionManager.cpp182 assert(stacks_empty(), "reset of non-empty stack");
242 assert(stacks_empty(), "Attempt to flush lab with live stack");
H A DpsScavenge.cpp125 guarantee(_promotion_manager->stacks_empty(),

Completed in 34 milliseconds