Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8199970 | openjdk7u | Andrew Hughes | P4 | Resolved | Fixed | master |
From hotspot/make/linux/makefiles/zeroshark.make
# Suppress some warning flags that are normally turned on for hotspot,
# because some of the zero code has not been updated accordingly.
WARNING_FLAGS += -Wno-return-type \
-Wno-format-nonliteral -Wno-format-security \
-Wno-maybe-uninitialized
- backported by
-
JDK-8199970 Zero build requires disabled warnings
-
- Resolved
-
- relates to
-
JDK-8202600 [Zero] Undefined behaviour in src/os_cpu/linux_zero/vm/os_linux_zero.cpp
-
- Resolved
-