Top


定義場所(file name)

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

名前(function name)

  static bool steal(int queue_num, int* seed, oop& t) {

本体部(body)

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