RFR: 8022446: Fix serial warnings in java.util.stream

Joe Darcy joe.darcy at oracle.com
Tue Aug 6 16:56:12 PDT 2013


Hello,

In ReduceOps.java, I recommend replacing

     46  * Factory for the creating instances of {@code TerminalOp} that 
implement

with something like

     Factory for creating instances of {@code TerminalOp} that implement...

Otherwise, the changes look good.

Thanks,

-Joe

On 08/06/2013 02:28 PM, Henry Jen wrote:
> Hi,
>
> Please review a webrev[1] clean up on serial warning, as we don't intend
> to serialize those tasks, we simply suppress those warnings.
>
> It would be nice if there is a way to undo serializable.
>
> [1] http://cr.openjdk.java.net/~henryjen/tl/8022446/0/webrev/
>
> Cheers,
> Henry



More information about the lambda-dev mailing list