RFR: jsr166 jdk9 integration wave 5
Martin Buchholz
martinrb at google.com
Thu Mar 3 19:40:36 UTC 2016
Committing.
On Thu, Mar 3, 2016 at 3:48 AM, Paul Sandoz <paul.sandoz at oracle.com> wrote:
> 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?
Probably wouldn't have happened if DAYS was spelled HECTOKILOSECONDS !
More information about the core-libs-dev
mailing list