Top


定義場所(file name)

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

名前(function name)

VMThread::VMThread() : NamedThread() {

本体部(body)

  {- -------------------------------------------
  (1) フィールドの初期化
      ---------------------------------------- -}

      set_name("VM Thread");
    }

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