JDK-8238076 : Fix OpenJDK 7 Bootstrap Broken by JFR Backport
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: openjdk8u-jfr-incubator
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2020-01-29
  • Updated: 2020-04-27
  • Resolved: 2020-03-03
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.
Other
openjdk8u262 teamFixed
Related Reports
Relates :  
Relates :  
Description
JDK-8223147 introduces the bootstrap tool src/share/vm/jfr/GenerateJfrFiles.java within the HotSpot tree. Rather than adapting the tool to work with the existing source & target options used for bootstrap tools, JDK-8223147 bumped them to 8. In doing so, it broke the ability to build the JDK with the previous version (7).

The lambda constructs & use of StringJoiner in GenerateJfrFiles.java can be easily replaced with Java 7 compatible usage, thus retaining the ability to bootstrap the JDK.
Comments
URL: https://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/429bb572ee65 User: andrew Date: 2020-03-03 13:25:31 +0000
03-03-2020

Replacing jdk8u-fix-request with link to JDK-8239140
17-02-2020

RFC: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-January/011063.html
30-01-2020

RFR: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-January/011043.html
29-01-2020