< prev index next >

src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp

Print this page

        

*** 1494,1504 **** _young_gen->eden()->used(), _cmsGen->max_capacity(), max_eden_size, full, gc_cause, ! heap->collector_policy()); // Reset the expansion cause, now that we just completed // a collection cycle. clear_expansion_cause(); _foregroundGCIsActive = false; --- 1494,1504 ---- _young_gen->eden()->used(), _cmsGen->max_capacity(), max_eden_size, full, gc_cause, ! heap->soft_ref_policy()); // Reset the expansion cause, now that we just completed // a collection cycle. clear_expansion_cause(); _foregroundGCIsActive = false;
< prev index next >