JDK-8064786 : Fix debug build after 8062808: Turn on the -Wreturn-type warning
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-11-13
  • Updated: 2021-02-04
  • Resolved: 2014-11-13
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 8 JDK 9 Other
8u261Fixed 9 b42Fixed openjdk7uFixed
Related Reports
Relates :  
Description
The debug build fails with "error: control reaches end of non-void function"
Add dummy return.
Comments
This seems to be brought to openjdk8u232 along with JDK-8223528.
17-09-2020