RFR: 8293067: (fs) Implement WatchService using system library (macOS)

Vladimir Kempik vkempik at openjdk.org
Tue Oct 4 08:11:05 UTC 2022


On Tue, 4 Oct 2022 06:50:01 GMT, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:

>but modifying a contained file alone will not generate any event on the directory descriptor, hence watching for `ENTRY_MODIFY` requires an open descriptor for each file in the directory.

exactly, the main reason I have dropped that work.

-------------

PR: https://git.openjdk.org/jdk/pull/10140


More information about the nio-dev mailing list