Top


定義場所(file name)

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

名前(function name)

static void compiler_thread_entry(JavaThread* thread, TRAPS) {

本体部(body)

  {- -------------------------------------------
  (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.