hotspot/src/share/vm/gc/g1/g1CollectorPolicy.cpp
changeset 38010 51fe205359f8
parent 37985 539c597ee0fa
child 38011 74a6871d896b
equal deleted inserted replaced
38009:290ae73980f7 38010:51fe205359f8
   101   guarantee(SurvivorRatio >= 1, "Range checking for SurvivorRatio should guarantee that value is >= 1");
   101   guarantee(SurvivorRatio >= 1, "Range checking for SurvivorRatio should guarantee that value is >= 1");
   102 
   102 
   103   CollectorPolicy::initialize_flags();
   103   CollectorPolicy::initialize_flags();
   104 }
   104 }
   105 
   105 
   106 // Create the jstat counters for the policy.
       
   107 void G1CollectorPolicy::initialize_gc_policy_counters() {
       
   108   _gc_policy_counters = new GCPolicyCounters("GarbageFirst", 1, 3);
       
   109 }