hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
static void _sltLoop(JavaThread* thread, TRAPS) {
{- -------------------------------------------
(1) thread 引数で渡された SurrogateLockerThread オブジェクトに対して,
SurrogateLockerThread::loop() を呼び出すだけ.
---------------------------------------- -}
SurrogateLockerThread* slt = (SurrogateLockerThread*)thread;
slt->loop();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.