hotspot/src/share/vm/gc_interface/gcCause.hpp
changeset 28836 d9c497544bf3
parent 27900 d24cd7a1ed38
child 28935 a0a29e3b7864
--- a/hotspot/src/share/vm/gc_interface/gcCause.hpp	Tue Feb 03 15:50:06 2015 +0100
+++ b/hotspot/src/share/vm/gc_interface/gcCause.hpp	Wed Feb 04 22:21:08 2015 +0900
@@ -74,6 +74,9 @@
     _g1_humongous_allocation,
 
     _last_ditch_collection,
+
+    _dcmd_gc_run,
+
     _last_gc_cause
   };