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

Fix Java 7 bootstrap breakage due to use of Arrays.stream

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • openjdk8u332
    • None
    • xml
    • None
    • b07
    • b09
    • generic
    • generic

        The backport of JDK-8270504 introduced the use of Arrays.stream into the JAXP classes. While this built fine when using 8u itself to build, it broke building with the previous JDK release. We can fix this by replacing the use of Arrays.stream with loops, as is done in the 7u backport of JDK-8270504.

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

                Created:
                Updated:
                Resolved: