Looks fine. Two non-blocking nits:
LambdaMetaFactory:
(-0) : period at the end of @param
(-0) : FLAG_SERIALIZABLE should be in {@code}
On Oct 22 2013, at 10:32 , Henry Jen <[email protected]> wrote:
> Hi,
>
> Please review the updated revision at
> http://cr.openjdk.java.net/~henryjen/ccc/8025909/1/webrev
>
> - Rewording {Iterable|Map}::forEach from ordering constraint so that
> implementation class is allowed to process in parallel ignoring the order.
> - fixed typo in Collector as Paul pointed out
>
> Cheers,
> Henry