src/hotspot/share/compiler/compilerDirectives.hpp
changeset 58516 d376d86b0a01
parent 55307 ed12027517c0
child 58679 9c3209ff7550
child 58982 c709424ad48f
--- a/src/hotspot/share/compiler/compilerDirectives.hpp	Tue Oct 08 15:30:46 2019 +0200
+++ b/src/hotspot/share/compiler/compilerDirectives.hpp	Wed Oct 09 12:30:06 2019 +0000
@@ -66,8 +66,7 @@
     cflags(VectorizeDebug,          uintx, 0, VectorizeDebug) \
     cflags(CloneMapDebug,           bool, false, CloneMapDebug) \
     cflags(IGVPrintLevel,           intx, PrintIdealGraphLevel, IGVPrintLevel) \
-    cflags(MaxNodeLimit,            intx, MaxNodeLimit, MaxNodeLimit) \
-ZGC_ONLY(cflags(ZTraceLoadBarriers, bool, false, ZTraceLoadBarriers))
+    cflags(MaxNodeLimit,            intx, MaxNodeLimit, MaxNodeLimit)
 #else
   #define compilerdirectives_c2_flags(cflags)
 #endif