RFR: JDK-8319123 : Implementation of JEP-461: Stream Gatherers (Preview) [v4]

Andrey Turbanov aturbanov at openjdk.org
Mon Nov 13 09:11:17 UTC 2023


On Mon, 13 Nov 2023 07:24:24 GMT, Viktor Klang <vklang at openjdk.org> wrote:

>> This Pull-Request implements [JEP-461](https://openjdk.org/jeps/461)
>
> Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Addressing further review feedback

test/jdk/java/util/stream/GatherersTest.java line 307:

> 305:                       .gather(
> 306:                             Gatherers.mapConcurrent(config.streamSize(), i -> {
> 307:                                 switch(i) {

nit
Suggestion:

                                switch (i) {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16420#discussion_r1390798915


More information about the core-libs-dev mailing list