| JDK 20 |
|---|
| 20 b27Fixed |
|
Relates :
|
POLLING_INIT_DELAY was added by JDK-8285956 as part of reduce the default polling interval. It should be removed and poller task restored so that it is schedule with: scheduleAtFixedRate(thunk, period, period, TimeUnit.SECONDS);
|