hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
SurrogateLockerThread::SurrogateLockerThread() :
{- -------------------------------------------
(1) JavaThread のコンストラクタを呼び出す (エントリポイントは _sltLoop())
---------------------------------------- -}
JavaThread(&_sltLoop),
{- -------------------------------------------
(1) フィールドの初期化
---------------------------------------- -}
_monitor(Mutex::nonleaf, "SLTMonitor"),
_buffer(empty)
{}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.