JDK-8235325 : build failure on Linux after 8235243
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 14
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2019-12-04
  • Updated: 2020-08-25
  • Resolved: 2019-12-04
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 JDK 13 JDK 14 Other
11.0.10-oracleFixed 13.0.4Fixed 14 b26Fixed openjdk8u272Fixed
Related Reports
Relates :  
Description
After 8235243 I get  on Linux :
src/hotspot/share/runtime/abstract_vm_version.cpp:239:40: error: missing terminating " character [-Werror]
Reason is a missing "  which I have to add.
Comments
Fix request (13u): The change is exactly same as for 14, but should be applied to a different file: vm_version.cpp instead of abstract_vm_version.cpp, because fix for 8233787, which introduces the abstract_vm_version.cpp, is not backported to 13u. RFR: https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2020-June/003235.html
05-06-2020

JDK11 review thread: https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2019-December/002216.html
12-12-2019

jdk11 fix request I would like to have the patch in jdk11 as well, because the issue is present there too. The fix must be done for jdk11 in a separate file (vm_version.cpp , not abstract_vm_version.cpp), see https://bugs.openjdk.java.net/browse/JDK-8235478
12-12-2019

URL: https://hg.openjdk.java.net/jdk/jdk/rev/cfc005b8a117 User: mbaesken Date: 2019-12-04 09:01:46 +0000
04-12-2019