RFR: jsr166 jdk10 integration wave 4

Paul Sandoz paul.sandoz at oracle.com
Fri Oct 13 00:32:14 UTC 2017


Looks good, one minor comment below.

> On 11 Oct 2017, at 14:42, Martin Buchholz <martinrb at 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



More information about the core-libs-dev mailing list