-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b07
-
b09
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8285817 | openjdk8u342 | Andrew Hughes | P4 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8285817 Fix Java 7 bootstrap breakage due to use of Arrays.stream
- Resolved