hotspot/src/os/windows/vm/attachListener_windows.cpp
(Windows 環境では, 起動後に AttachListener スレッドを生成する手段はない)
// no trigger mechanism on Windows to start Attach Listener lazily
bool AttachListener::is_init_trigger() {
{- -------------------------------------------
(1) false をリターンするだけ.
---------------------------------------- -}
return false;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.