hotspot/src/os/windows/vm/attachListener_windows.cpp
// always startup on Windows NT/2000/XP
bool AttachListener::init_at_startup() {
{- -------------------------------------------
(1) NT 系列であれば true をリターンする.
---------------------------------------- -}
return os::win32::is_nt();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.