hotspot/src/share/vm/runtime/thread.cpp
static void compiler_thread_entry(JavaThread* thread, TRAPS) {
{- -------------------------------------------
(1) (assert)
---------------------------------------- -}
assert(thread->is_Compiler_thread(), "must be compiler thread");
{- -------------------------------------------
(1) CompileBroker::compiler_thread_loop() を呼んで,
CompilerThread のメインループを開始する.
---------------------------------------- -}
CompileBroker::compiler_thread_loop();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.