RFR: 8303413: (fs) Ignore polling interval sensitivity modifiers in PollingWatchService
Alan Bateman
alanb at openjdk.org
Wed Mar 1 08:13:03 UTC 2023
On Wed, 1 Mar 2023 00:27:46 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Modify `sun.nio.fs.PollingWatchService` to ignore any polling sensitivity modifiers as done by the other `WatchService`s.
Test change look okay but it will need a CSR and RN to track the behavior change. Also test/jdk/java/nio/file/WatchService/SensitivityModifier.java will need attention - maybe it should just be replaced with a sanity test that ensures that the register method does not throw when called with one of these modifiers.
-------------
PR: https://git.openjdk.org/jdk/pull/12795
More information about the nio-dev
mailing list