hotspot/src/share/vm/runtime/simpleThresholdPolicy.cpp
// Called with the queue locked and with at least one element
CompileTask* SimpleThresholdPolicy::select_task(CompileQueue* compile_queue) {
{- -------------------------------------------
(1) キューの先頭要素をリターンするだけ.
---------------------------------------- -}
return compile_queue->first();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.