< prev index next >

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

Print this page
rev 52192 : imported patch jelastic-pgc

@@ -100,10 +100,13 @@
       return "G1 Evacuation Pause";
 
     case _g1_humongous_allocation:
       return "G1 Humongous Allocation";
 
+    case _g1_periodic_collection:
+      return "G1 Periodic Collection";
+
     case _dcmd_gc_run:
       return "Diagnostic Command";
 
     case _z_timer:
       return "Timer";
< prev index next >