RFR: 8343785: (fs) Remove syscalls that set file times with microsecond precision [v2]
Alan Bateman
alanb at openjdk.org
Wed Nov 13 10:22:05 UTC 2024
On Wed, 13 Nov 2024 06:16:19 GMT, Christoph Langer <clanger at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8343785: Use file descriptor in preference to path; add AIX to test @requires
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21989#discussion_r1839885462
More information about the nio-dev
mailing list