hotspot/src/share/vm/runtime/vmThread.cpp
void VMThread::destroy() {
{- -------------------------------------------
(1) VMThread 用のメモリ領域を開放する.
---------------------------------------- -}
if (_vm_thread != NULL) {
delete _vm_thread;
_vm_thread = NULL; // VM thread is gone
}
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.