JDK-8303413 : (fs) Ignore polling interval sensitivity modifiers in PollingWatchService
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-03-01
  • Updated: 2023-04-28
  • Resolved: 2023-03-03
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 21
21 b13Fixed
Related Reports
Blocks :  
CSR :  
Relates :  
Relates :  
Description
JDK-8285956 changed the default sensitivity from medium to high so the need to be able to adjust it now is relatively minor. Thus it is proposed to remove the use of polling interval sensitivity modifiers in PollingWatchService. Furthermore, this implementation is currently used only on macOS which it is hoped will eventually have a WatchService based on the native file system event facility.
Comments
Changeset: a04b1049 Author: Brian Burkhalter <bpb@openjdk.org> Date: 2023-03-03 18:33:58 +0000 URL: https://git.openjdk.org/jdk/commit/a04b1049ffc29c2ab2ec1b39e70b72288a39b371
03-03-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/12795 Date: 2023-03-01 00:27:46 +0000
01-03-2023

noreg-other: This change is covered by existing tests.
01-03-2023