RFR: 8261096: Convert jlink tool to use Stream.toList()

Alan Bateman alanb at openjdk.java.net
Fri Feb 5 07:58:41 UTC 2021


On Thu, 4 Feb 2021 22:45:10 GMT, Ian Graves <igraves at openjdk.org> wrote:

> A subtask [JDK-8260559](https://bugs.openjdk.java.net/browse/JDK-8260559). This is an enhancement to update jlink's usage of `Collections.toList()` to `Stream.toList()`.

Looks fine, if any of these lists were being modified then I would expect the build and/or tests to fail.

-------------

Marked as reviewed by alanb (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/2416


More information about the core-libs-dev mailing list