< prev index next >

src/hotspot/share/gc/shared/gcCause.cpp

Print this page

        

@@ -103,10 +103,25 @@
       return "G1 Humongous Allocation";
 
     case _dcmd_gc_run:
       return "Diagnostic Command";
 
+    case _z_timer:
+      return "Timer";
+
+    case _z_warmup:
+      return "Warmup";
+
+    case _z_allocation_rate:
+      return "Allocation Rate";
+
+    case _z_allocation_stall:
+      return "Allocation Stall";
+
+    case _z_proactive:
+      return "Proactive";
+
     case _last_gc_cause:
       return "ILLEGAL VALUE - last gc cause - ILLEGAL VALUE";
 
     default:
       return "unknown GCCause";
< prev index next >