Looks good, one minor comment below.

> On 11 Oct 2017, at 14:42, Martin Buchholz <marti...@google.com> wrote:
> 
> This wave introduces a more clickable overview Home Page:
> 
> http://cr.openjdk.java.net/~martin/webrevs/openjdk10/jsr166-integration/overview.html
> 
> 8188900: ConcurrentLinkedDeque linearizability
> 8188853: java/util/concurrent/ExecutorService/Invoke.java Assertion failure
> 8188047: Add SplittableRandom.nextBytes


SplittableRandomTest.java
—

 592         int n = sr.nextInt(20);

nextInt(1, 20) ? so you get a byte array of 1 or more in length.

Paul.


> 8187941: Add StampedLock stamp inspection methods
> 8188575: Miscellaneous changes imported from jsr166 CVS 2017-10

Reply via email to