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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.inline.hpp98 new_obj = (oop)young_space()->cas_allocate(new_obj_size);
103 HeapWord* lab_base = young_space()->cas_allocate(YoungPLABSize);
174 assert(young_space()->contains(new_obj), "Attempt to push non-promoted obj");
H A DpsPromotionManager.hpp94 static MutableSpace* young_space() { return _young_space; } function in class:PSPromotionManager
H A DpsPromotionManager.cpp190 HeapWord* lab_base = young_space()->top();

Completed in 2174 milliseconds