hotspot/src/share/vm/compiler/compilerDirectives.hpp
changeset 34174 4db2fb26dc49
parent 33480 e4cef6796874
child 34659 3a7071043457
child 35129 8b93709bf4e5
--- a/hotspot/src/share/vm/compiler/compilerDirectives.hpp	Wed Nov 11 14:40:38 2015 -1000
+++ b/hotspot/src/share/vm/compiler/compilerDirectives.hpp	Wed Nov 11 16:32:17 2015 -1000
@@ -67,7 +67,7 @@
     cflags(VectorizeDebug,          bool, false, VectorizeDebug) \
     cflags(CloneMapDebug,           bool, false, CloneMapDebug) \
     cflags(DoReserveCopyInSuperWordDebug, bool, false, DoReserveCopyInSuperWordDebug) \
-    NOT_PRODUCT( cflags(IGVPrintLevel, intx, PrintIdealGraphLevel, IGVPrintLevel)) \
+    cflags(IGVPrintLevel,           intx, PrintIdealGraphLevel, IGVPrintLevel) \
     cflags(MaxNodeLimit,            intx, MaxNodeLimit, MaxNodeLimit)
 #else
   #define compilerdirectives_c2_flags(cflags)