hotspot/src/share/vm/compiler/compilerDirectives.hpp
changeset 33456 376b324df89d
parent 33451 0712796e4039
child 33480 e4cef6796874
--- a/hotspot/src/share/vm/compiler/compilerDirectives.hpp	Tue Oct 20 22:03:38 2015 +0000
+++ b/hotspot/src/share/vm/compiler/compilerDirectives.hpp	Wed Oct 21 18:22:47 2015 +0300
@@ -67,7 +67,7 @@
     cflags(VectorizeDebug,          bool, false, VectorizeDebug) \
     cflags(CloneMapDebug,           bool, false, CloneMapDebug) \
     cflags(DoReserveCopyInSuperWordDebug, bool, false, DoReserveCopyInSuperWordDebug) \
-    cflags(IGVPrintLevel,           intx, PrintIdealGraphLevel, IGVPrintLevel) \
+    NOT_PRODUCT( cflags(IGVPrintLevel, intx, PrintIdealGraphLevel, IGVPrintLevel)) \
     cflags(MaxNodeLimit,            intx, MaxNodeLimit, MaxNodeLimit)
 #else
   #define compilerdirectives_c2_flags(cflags)