< prev index next >

src/share/vm/gc/g1/g1Policy.hpp

Print this page
rev 10911 : 8154467: Cleanup initialization of GCPolicyCounters
Reviewed-by:

@@ -44,10 +44,11 @@
 class G1CollectionSet;
 class CollectionSetChooser;
 class G1IHOPControl;
 class G1Analytics;
 class G1YoungGenSizer;
+class GCPolicyCounters;
 
 class G1Policy: public CHeapObj<mtGC> {
  private:
   G1IHOPControl* _ihop_control;
 

@@ -60,10 +61,12 @@
 
   G1Predictions _predictor;
   G1Analytics* _analytics;
   G1MMUTracker* _mmu_tracker;
 
+  GCPolicyCounters* _policy_counters;
+
   double _full_collection_start_sec;
 
   uint _young_list_target_length;
   uint _young_list_fixed_length;
 
< prev index next >