-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: infrastructure
-
None
-
b08
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8302657 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed |
$ CONF=linux-x86_64-server-fastdebug make images
Building target 'images' in configuration 'linux-x86_64-server-fastdebug'
lib/JvmFlags.gmk:77: extraneous text after 'ifeq' directive
I think parentheses are not balanced at "ifeq" line:
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
Seems to be introduced byJDK-8218431.
Building target 'images' in configuration 'linux-x86_64-server-fastdebug'
lib/JvmFlags.gmk:77: extraneous text after 'ifeq' directive
I think parentheses are not balanced at "ifeq" line:
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
Seems to be introduced by
- backported by
-
JDK-8302657 [11u] Add missing '(' in makefile after backport of 8218431
-
- Resolved
-
- relates to
-
JDK-8218431 Improved platform checking in makefiles
-
- Resolved
-