hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp
template <class T> void push_depth(T* p) {
{- -------------------------------------------
(1) OopStarTaskQueue::push() で, claimed_stack_depth キューにポインタを登録する.
---------------------------------------- -}
claimed_stack_depth()->push(p);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.