OpenJDK / jdk / jdk
changeset 33456:376b324df89d
8140239: Fix product build after "8132168: Support IdealGraphVisualizer in optimized build"
Reviewed-by: vlivanov
author | goetz |
---|---|
date | Wed, 21 Oct 2015 18:22:47 +0300 |
parents | 9fbec272c38c |
children | 91e4afde3d7e 9d377e6f0e4c 5f04d430d53d |
files | hotspot/src/share/vm/compiler/compilerDirectives.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)