hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp
static bool steal_depth(int queue_num, int* seed, StarTask& t) {
{- -------------------------------------------
(1) OopStarTaskQueueSet::steal() で, PSPromotionManager::stack_array_depth() から仕事を取ってくるだけ.
---------------------------------------- -}
return stack_array_depth()->steal(queue_num, seed, t);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.