Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.hpp

名前(function name)

  static bool steal_objarray(int queue_num, int* seed, ObjArrayTask& t) {

本体部(body)

  {- -------------------------------------------
  (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.