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.
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
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