< prev index next >

src/share/vm/gc_interface/gcCause.cpp

Print this page

        

@@ -101,10 +101,13 @@
       return "G1 Humongous Allocation";
 
     case _last_ditch_collection:
       return "Last ditch collection";
 
+    case _dcmd_gc_run:
+      return "Diagnostic Command";
+
     case _last_gc_cause:
       return "ILLEGAL VALUE - last gc cause - ILLEGAL VALUE";
 
     default:
       return "unknown GCCause";
< prev index next >