JDK-8298057 : (fs) Remove PollingWatchService.POLLING_INIT_DELAY
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-12-03
  • Updated: 2022-12-12
  • Resolved: 2022-12-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 20
20 b27Fixed
Related Reports
Relates :  
Description
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);
Comments
Changeset: 923c7466 Author: Alan Bateman <alanb@openjdk.org> Date: 2022-12-06 07:30:52 +0000 URL: https://git.openjdk.org/jdk/commit/923c746650204e36053251c19cf91b7e41e938b0
06-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11499 Date: 2022-12-04 11:08:21 +0000
05-12-2022