hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp
// Returns true if the incremental mode is enabled.
bool ConcurrentMarkSweepPolicy::has_soft_ended_eden()
{
{- -------------------------------------------
(1) CMSIncrementalMode オプションの値をリターンするだけ.
---------------------------------------- -}
return CMSIncrementalMode;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.