Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8238076

Fix OpenJDK 7 Bootstrap Broken by JFR Backport

XMLWordPrintable

    • jfr
    • team
    • generic
    • generic

        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.

              andrew Andrew Hughes
              andrew Andrew Hughes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: