hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.hpp
~JvmtiConstantPoolReconstituter() {
{- -------------------------------------------
(1) 内部的に確保したメモリをデストラクタで解放
---------------------------------------- -}
if (_symmap != NULL) {
os::free(_symmap);
_symmap = NULL;
}
if (_classmap != NULL) {
os::free(_classmap);
_classmap = NULL;
}
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.