hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 32603 2eba0435dc51
parent 32596 8feecdee3156
child 32736 755024a84282
equal deleted inserted replaced
32601:c5df671276bd 32603:2eba0435dc51
   602 
   602 
   603   G1CollectorPolicy();
   603   G1CollectorPolicy();
   604 
   604 
   605   virtual G1CollectorPolicy* as_g1_policy() { return this; }
   605   virtual G1CollectorPolicy* as_g1_policy() { return this; }
   606 
   606 
   607   virtual CollectorPolicy::Name kind() {
       
   608     return CollectorPolicy::G1CollectorPolicyKind;
       
   609   }
       
   610 
       
   611   G1CollectorState* collector_state();
   607   G1CollectorState* collector_state();
   612 
   608 
   613   G1GCPhaseTimes* phase_times() const { return _phase_times; }
   609   G1GCPhaseTimes* phase_times() const { return _phase_times; }
   614 
   610 
   615   // Check the current value of the young list RSet lengths and
   611   // Check the current value of the young list RSet lengths and