hotspot/src/share/vm/gc/g1/g1ErgoVerbose.cpp
changeset 33204 b8a3901ac5b3
parent 30764 fec48bf5a827
child 34298 f3c9dcc5af96
--- a/hotspot/src/share/vm/gc/g1/g1ErgoVerbose.cpp	Tue Oct 13 08:37:44 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1ErgoVerbose.cpp	Tue Oct 13 14:49:13 2015 +0200
@@ -56,6 +56,7 @@
   case ErgoCSetConstruction:  return "CSet Construction";
   case ErgoConcCycles:        return "Concurrent Cycles";
   case ErgoMixedGCs:          return "Mixed GCs";
+  case ErgoTiming:            return "Timing";
   default:
     ShouldNotReachHere();
     // Keep the Windows compiler happy