hotspot/src/os/windows/vm/osThread_windows.cpp
void OSThread::pd_initialize() {
{- -------------------------------------------
(1) フィールドの初期化
---------------------------------------- -}
set_thread_handle(NULL);
set_thread_id(NULL);
set_interrupt_event(NULL);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.