OpenJDK / jdk / jdk
changeset 53717:f09d78e1fbfe
8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive
Reviewed-by: redestad, shade
author | ihse |
---|---|
date | Mon, 11 Feb 2019 12:12:41 +0100 |
parents | b9a806ca423f |
children | 066d23ce545e |
files | make/hotspot/lib/JvmFlags.gmk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/hotspot/lib/JvmFlags.gmk Mon Feb 11 11:01:00 2019 +0800 +++ b/make/hotspot/lib/JvmFlags.gmk Mon Feb 11 12:12:41 2019 +0100 @@ -74,7 +74,7 @@ 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