RFR: 8298726: (fs) Change PollingWatchService to record last modified time as FileTime rather than milliseconds

Brian Burkhalter bpb at openjdk.org
Wed Dec 14 17:14:09 UTC 2022


On Wed, 14 Dec 2022 09:30:56 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> PollingWatchService currently records the last modified time of files in milliseconds. It would be better to just record the FileTime to avoid truncating high precision timestamps to millis.
> 
> It's possible this change may also help JDK-8297275.

Marked as reviewed by bpb (Reviewer).

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

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


More information about the nio-dev mailing list