8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive

Reviewed-by: redestad, shade
This commit is contained in:
Magnus Ihse Bursie 2019-02-11 12:12:41 +01:00
parent 8b83b515b1
commit ebaef49ed4

View File

@ -74,7 +74,7 @@ ifeq ($(DEBUG_LEVEL), release)
endif
else ifeq ($(DEBUG_LEVEL), fastdebug)
JVM_CFLAGS_DEBUGLEVEL := -DASSERT
ifeq ($call isTargetOs, windows aix), false)
ifeq ($(call isTargetOs, windows aix), false)
# NOTE: Old build did not define CHECK_UNHANDLED_OOPS on Windows and AIX.
JVM_CFLAGS_DEBUGLEVEL += -DCHECK_UNHANDLED_OOPS
endif