-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b27
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);
scheduleAtFixedRate(thunk, period, period, TimeUnit.SECONDS);
- relates to
-
JDK-8285956 (fs) Excessive default poll interval in PollingWatchService
-
- Resolved
-
-
JDK-8297275 WatchService delay with PollingWatchService causes test failures
-
- Closed
-