< prev index next >

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

Print this page
rev 7209 : [mq]: inccms

*** 87,97 **** } else { _gc_policy_counters = new GCPolicyCounters("Copy:CMS", 2, 3); } } - - // Returns true if the incremental mode is enabled. - bool ConcurrentMarkSweepPolicy::has_soft_ended_eden() - { - return CMSIncrementalMode; - } --- 87,91 ----
< prev index next >