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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.hpp61 static MutableSpace* _young_space; member in class:PSPromotionManager
94 static MutableSpace* young_space() { return _young_space; }
H A DpsPromotionManager.cpp39 MutableSpace* PSPromotionManager::_young_space = NULL; member in class:PSPromotionManager
46 _young_space = heap->young_gen()->to_space();
83 _young_space = heap->young_gen()->to_space();

Completed in 29 milliseconds