JDK-8203938 : Fix build failures from JDK-8133564
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-05-29
  • Updated: 2018-06-05
  • Resolved: 2018-05-29
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 11
11 b16Fixed
Related Reports
Relates :  
Description
The reviewed change for JDK-8133564 declares JVMFlag::printError static, but the pushed change is missing that qualifier, resulting in build failures.

Comments
I merged manually and forgot "static" keyword. I'm on it...
29-05-2018