Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp

説明(description)

// Returns true if the incremental mode is enabled.

名前(function name)

bool ConcurrentMarkSweepPolicy::has_soft_ended_eden()
{

本体部(body)

  {- -------------------------------------------
  (1) CMSIncrementalMode オプションの値をリターンするだけ.
      ---------------------------------------- -}

      return CMSIncrementalMode;
    }

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