RFR: 8343785: (fs) Remove syscalls that set file times with microsecond precision [v2]

Martin Doerr mdoerr at openjdk.org
Wed Nov 13 11:59:58 UTC 2024


On Wed, 13 Nov 2024 10:01:13 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> test/jdk/java/nio/file/attribute/BasicFileAttributeView/SetTimesNanos.java line 29:
>> 
>>> 27:  * @requires (os.family == "aix") | (os.family == "linux") |
>>> 28:  *           (os.family == "mac") | (os.family == "windows")
>>> 29:  * @library ../.. /test/lib
>> 
>> I'll run another set of testing. Should the test work on AIX, I think we can remove the `@requires` section altogether.
>
> Yes, I think `@requires` can be dropped now.

Yes, the test has passed on AIX.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21989#discussion_r1840127718


More information about the nio-dev mailing list