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