hotspot/src/share/vm/memory/compactingPermGenGen.cpp
void CompactingPermGenGen::post_compact() {
{- -------------------------------------------
(1) (デバッグ用の処理) (#ifdef ASSERT 時にのみ実行)
---------------------------------------- -}
#ifdef ASSERT
if (!SharedSkipVerify && spec()->enable_shared_spaces()) {
VerifyMarksClearedClosure blk;
rw_space()->object_iterate(&blk);
}
#endif
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.