hotspot/src/share/vm/memory/resourceArea.hpp
~ResourceMark() {
{- -------------------------------------------
(1) ResourceMark::reset_to_mark() を呼び出すだけ.
---------------------------------------- -}
assert( _area->_nesting > 0, "must stack allocate RMs" );
debug_only(_area->_nesting--;)
reset_to_mark();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.