Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/g1/satbQueue.hpp

説明(description)

  // Parallel version of the above.

名前(function name)

  bool par_apply_closure_to_completed_buffer(int worker) {

本体部(body)

  {- -------------------------------------------
  (1) SATBMarkQueueSet::apply_closure_to_completed_buffer_work() を呼び出すだけ.
      ---------------------------------------- -}

        return apply_closure_to_completed_buffer_work(true, worker);
      }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.