Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp

名前(function name)

bool DirtyCardQueueSet::apply_closure_to_completed_buffer(int worker_i,
                                                          int stop_at,
                                                          bool during_pause) {

本体部(body)

  {- -------------------------------------------
  (1) 引数違いの DirtyCardQueueSet::apply_closure_to_completed_buffer() を呼び出すだけ.
      ---------------------------------------- -}

      return apply_closure_to_completed_buffer(_closure, worker_i,
                                               stop_at, during_pause);
    }

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