RFR: jsr166 jdk9 integration wave 10

Paul Sandoz paul.sandoz at oracle.com
Mon Sep 12 16:58:42 UTC 2016


> On 12 Sep 2016, at 09:57, Martin Buchholz <martinrb at google.com> wrote:
> 
> 
> 
> On Mon, Sep 12, 2016 at 3:22 AM, Aleksey Shipilev <shade at redhat.com <mailto:shade at redhat.com>> wrote:
> 
> Minor things:
> 
> CountedCompleter.java:
> 
>  176  *         setPendingCount(1); // not off by one !
> 
> is better spelled like this?
> 
>  176  *         setPendingCount(1); // only one pending, not two!
> 
> I already struggled over the wording here .... hmmm ... how about
> 
> // looks off by one, but correct!
> 

Ok, with me.

Paul.


More information about the core-libs-dev mailing list