hotspot/src/share/vm/memory/genCollectedHeap.hpp
void clear_incremental_collection_failed() {
{- -------------------------------------------
(1) _incremental_collection_failed フィールドを false にセットするだけ.
---------------------------------------- -}
_incremental_collection_failed = false;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.