hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 38010 51fe205359f8
parent 37985 539c597ee0fa
child 38011 74a6871d896b
equal deleted inserted replaced
38009:290ae73980f7 38010:51fe205359f8
    42 
    42 
    43   G1CollectorPolicy* as_g1_policy() { return this; }
    43   G1CollectorPolicy* as_g1_policy() { return this; }
    44 
    44 
    45   void post_heap_initialize() {} // Nothing needed.
    45   void post_heap_initialize() {} // Nothing needed.
    46 
    46 
    47   // Create jstat counters for the policy.
       
    48   virtual void initialize_gc_policy_counters();
       
    49 };
    47 };
    50 
    48 
    51 #endif // SHARE_VM_GC_G1_G1COLLECTORPOLICY_HPP
    49 #endif // SHARE_VM_GC_G1_G1COLLECTORPOLICY_HPP