comparison src/share/vm/gc_implementation/g1/g1ErgoVerbose.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 f1b4e0e0bdad
children a9647476d1a4
comparison
equal deleted inserted replaced
4709:fd2b426c30db 4710:41406797186b
67 ErgoHeuristicMask = ~ErgoLevelMask, 67 ErgoHeuristicMask = ~ErgoLevelMask,
68 68
69 ErgoHeapSizing = 0, 69 ErgoHeapSizing = 0,
70 ErgoCSetConstruction, 70 ErgoCSetConstruction,
71 ErgoConcCycles, 71 ErgoConcCycles,
72 ErgoPartiallyYoungGCs, 72 ErgoMixedGCs,
73 73
74 ErgoHeuristicNum 74 ErgoHeuristicNum
75 } ErgoHeuristic; 75 } ErgoHeuristic;
76 76
77 class G1ErgoVerbose : AllStatic { 77 class G1ErgoVerbose : AllStatic {