< prev index next >

src/share/vm/gc/g1/g1ErgoVerbose.cpp

Print this page
rev 9282 : dihop-changes

@@ -55,10 +55,11 @@
   case ErgoHeapSizing:        return "Heap Sizing";
   case ErgoCSetConstruction:  return "CSet Construction";
   case ErgoConcCycles:        return "Concurrent Cycles";
   case ErgoMixedGCs:          return "Mixed GCs";
   case ErgoTiming:            return "Timing";
+  case ErgoIHOP:              return "IHOP";
   default:
     ShouldNotReachHere();
     // Keep the Windows compiler happy
     return NULL;
   }
< prev index next >