comparison src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp @ 4710:41406797186b

7113012: G1: rename not-fully-young GCs as "mixed" Summary: Renamed partially-young GCs as mixed and fully-young GCs as young. Change all external output that includes those terms (GC log and GC ergo log) as well as any comments, fields, methods, etc. The changeset also includes very minor code tidying up (added some curly brackets). Reviewed-by: johnc, brutisso
author tonyp
date Fri, 16 Dec 2011 02:14:27 -0500
parents 81aa07130d30
children a8a126788ea0
comparison
equal deleted inserted replaced
4709:fd2b426c30db 4710:41406797186b
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