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

Brian Burkhalter bpb at openjdk.org
Wed Nov 13 19:41:32 UTC 2024


On Tue, 12 Nov 2024 19:25:34 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8343785: haveFd -> fd >= 0; remove @requires fromfrom test
>
> src/java.base/macosx/classes/sun/nio/fs/BsdFileAttributeViews.java line 106:
> 
>> 104:             try {
>> 105:                 setattrlist(path, commonattr, 0L, 0L, createValue,
>> 106:                     followLinks ?  0 : UnixConstants.FSOPT_NOFOLLOW);
> 
> Suggestion:
> 
>                     followLinks ? 0 : UnixConstants.FSOPT_NOFOLLOW);

Cleaned up in fc5f8e8.

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

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


More information about the nio-dev mailing list