JDK-8143245 : Zero build requires disabled warnings
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-11-18
  • Updated: 2018-05-03
  • Resolved: 2016-02-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9 Other
9 b109Fixed openjdk7uFixed
Related Reports
Relates :  
Description
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

Comments
Review thread: http://mail.openjdk.java.net/pipermail/hotspot-dev/2016-February/021797.html
16-02-2016