hotspot/src/share/vm/runtime/vmThread.cpp
VMThread::VMThread() : NamedThread() {
{- -------------------------------------------
(1) フィールドの初期化
---------------------------------------- -}
set_name("VM Thread");
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.