Top


定義場所(file name)

hotspot/src/share/vm/memory/resourceArea.hpp

名前(function name)

  ~ResourceMark() {

本体部(body)

  {- -------------------------------------------
  (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.