Top


定義場所(file name)

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

名前(function name)

  void clear_incremental_collection_failed() {

本体部(body)

  {- -------------------------------------------
  (1) _incremental_collection_failed フィールドを false にセットするだけ.
      ---------------------------------------- -}

        _incremental_collection_failed = false;
      }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.