src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp

changeset 3337
41406797186b
parent 3180
81aa07130d30
child 3459
a8a126788ea0
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Wed Dec 14 17:43:55 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Fri Dec 16 02:14:27 2011 -0500
     1.3 @@ -119,7 +119,7 @@
     1.4    G1CollectedHeap* _g1h;
     1.5  
     1.6    // jstat performance counters
     1.7 -  //  incremental collections both fully and partially young
     1.8 +  //  incremental collections both young and mixed
     1.9    CollectorCounters*   _incremental_collection_counters;
    1.10    //  full stop-the-world collections
    1.11    CollectorCounters*   _full_collection_counters;

mercurial