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