RFR: 8263621: Convert jdk.compiler to use Stream.toList()
Vicente Romero
vromero at openjdk.java.net
Thu Apr 22 15:32:22 UTC 2021
On Thu, 22 Apr 2021 14:35:29 GMT, Ian Graves <igraves at openjdk.org> wrote:
> Converting use of `Collectors.toList()` to `Stream.toList()` where appropriate. Per [JDK-8260559](https://bugs.openjdk.java.net/browse/JDK-8260559).
looks good
-------------
Marked as reviewed by vromero (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3629
More information about the compiler-dev
mailing list