Committing. On Thu, Mar 3, 2016 at 3:48 AM, Paul Sandoz <paul.san...@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 !