RFR: jsr166 jdk9 integration wave 5

Paul Sandoz paul.sandoz at oracle.com
Thu Mar 3 11:48:46 UTC 2016


> On 2 Mar 2016, at 21:37, Martin Buchholz <martinrb at google.com> wrote:
> 
> Webrevs updated, incorporating changes to tests in my previous message.

Looks ok, but i went through rather quickly.

java/util/concurrent/ScheduledThreadPoolExecutor/DelayOverflow.java
—

-                pool.schedule(keepPoolBusy, 0, TimeUnit.SECONDS);
+                pool.schedule(keepPoolBusy, 0, DAYS);

It probably does not matter that you changed the units here?

Paul.



More information about the core-libs-dev mailing list