Top


定義場所(file name)

hotspot/src/share/vm/runtime/simpleThresholdPolicy.cpp

説明(description)

// Called with the queue locked and with at least one element

名前(function name)

CompileTask* SimpleThresholdPolicy::select_task(CompileQueue* compile_queue) {

本体部(body)

  {- -------------------------------------------
  (1) キューの先頭要素をリターンするだけ.
      ---------------------------------------- -}

      return compile_queue->first();
    }

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