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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • openjdk8u332
    • Affects Version/s: None
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: