8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds

Reviewed-by: goetz, stefank
This commit is contained in:
Christian Thalinger 2015-11-11 16:32:17 -10:00
parent c4ce43c1ac
commit 6896030b96
33 changed files with 138 additions and 200 deletions

View file

@ -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)