src/hotspot/share/compiler/compilerDirectives.hpp
changeset 58516 d376d86b0a01
parent 55307 ed12027517c0
child 58679 9c3209ff7550
child 58982 c709424ad48f
equal deleted inserted replaced
58515:8f849d3ec1e5 58516:d376d86b0a01
    64     cflags(TraceSpilling,           bool, TraceSpilling, TraceSpilling) \
    64     cflags(TraceSpilling,           bool, TraceSpilling, TraceSpilling) \
    65     cflags(Vectorize,               bool, false, Vectorize) \
    65     cflags(Vectorize,               bool, false, Vectorize) \
    66     cflags(VectorizeDebug,          uintx, 0, VectorizeDebug) \
    66     cflags(VectorizeDebug,          uintx, 0, VectorizeDebug) \
    67     cflags(CloneMapDebug,           bool, false, CloneMapDebug) \
    67     cflags(CloneMapDebug,           bool, false, CloneMapDebug) \
    68     cflags(IGVPrintLevel,           intx, PrintIdealGraphLevel, IGVPrintLevel) \
    68     cflags(IGVPrintLevel,           intx, PrintIdealGraphLevel, IGVPrintLevel) \
    69     cflags(MaxNodeLimit,            intx, MaxNodeLimit, MaxNodeLimit) \
    69     cflags(MaxNodeLimit,            intx, MaxNodeLimit, MaxNodeLimit)
    70 ZGC_ONLY(cflags(ZTraceLoadBarriers, bool, false, ZTraceLoadBarriers))
       
    71 #else
    70 #else
    72   #define compilerdirectives_c2_flags(cflags)
    71   #define compilerdirectives_c2_flags(cflags)
    73 #endif
    72 #endif
    74 
    73 
    75 class CompilerDirectives;
    74 class CompilerDirectives;