hotspot/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp
changeset 11249 b0c1cc35cafe
parent 10675 8b887b2cb116
child 11579 6c94c23b3199
equal deleted inserted replaced
11248:5ff61b0fdf3d 11249:b0c1cc35cafe
   117   friend class VMStructs;
   117   friend class VMStructs;
   118 
   118 
   119   G1CollectedHeap* _g1h;
   119   G1CollectedHeap* _g1h;
   120 
   120 
   121   // jstat performance counters
   121   // jstat performance counters
   122   //  incremental collections both fully and partially young
   122   //  incremental collections both young and mixed
   123   CollectorCounters*   _incremental_collection_counters;
   123   CollectorCounters*   _incremental_collection_counters;
   124   //  full stop-the-world collections
   124   //  full stop-the-world collections
   125   CollectorCounters*   _full_collection_counters;
   125   CollectorCounters*   _full_collection_counters;
   126   //  young collection set counters.  The _eden_counters,
   126   //  young collection set counters.  The _eden_counters,
   127   // _from_counters, and _to_counters are associated with
   127   // _from_counters, and _to_counters are associated with