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

Jaikiran Pai jpai at openjdk.org
Thu Dec 15 05:36:03 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 jpai (Reviewer).

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

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


More information about the nio-dev mailing list