Top


定義場所(file name)

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

名前(function name)

  static bool steal_depth(int queue_num, int* seed, StarTask& t) {

本体部(body)

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