mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive
Reviewed-by: redestad, shade
This commit is contained in:
parent
8b83b515b1
commit
ebaef49ed4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user