< prev index next >

src/share/vm/gc/g1/g1CollectorPolicy.cpp

Print this page

        

*** 450,460 **** start_incremental_cset_building(); } // Create the jstat counters for the policy. void G1CollectorPolicy::initialize_gc_policy_counters() { ! _gc_policy_counters = new GCPolicyCounters("GarbageFirst", 1, 3); } bool G1CollectorPolicy::predict_will_fit(uint young_length, double base_time_ms, uint base_free_regions, --- 450,460 ---- start_incremental_cset_building(); } // Create the jstat counters for the policy. void G1CollectorPolicy::initialize_gc_policy_counters() { ! _gc_policy_counters = new GCPolicyCounters("GarbageFirst", 1, 2); } bool G1CollectorPolicy::predict_will_fit(uint young_length, double base_time_ms, uint base_free_regions,
< prev index next >