RFR: 8298187: (fs) BsdFileAttributeViews::setTimes does not support lastAccessTime on HFS+ [v6]

Brian Burkhalter bpb at openjdk.org
Thu Dec 15 17:35:41 UTC 2022


On Thu, 15 Dec 2022 14:43:44 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8298187: Fix symbolic link case when links not followed
>
> src/java.base/macosx/classes/sun/nio/fs/BsdFileAttributeViews.java line 100:
> 
>> 98:                         futimens(fd, accessValue, modValue);
>> 99:                 } catch (UnixException x) {
>> 100:                     // if futimens fails with EINVAL and one/both of the times is
> 
> The comment should probably say "lutimes/futimens".

Comment modified in fc589d209bd60a63eb7935ced2be776e12ca223e.

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

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


More information about the nio-dev mailing list