RFR: 8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X [v4]

Brian Burkhalter bpb at openjdk.org
Mon Aug 8 22:26:05 UTC 2022


On Sat, 6 Aug 2022 08:42:51 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8151430: Override setTimes() in the new BsdPosixFileAttributeView class
>
> src/java.base/macosx/classes/sun/nio/fs/BsdNativeDispatcher.java line 73:
> 
>> 71:     static void setattrlist(UnixPath path, int commonattr, long modTime,
>> 72:                             long accTime, long createTime, long options)
>> 73:         throws UnixException {
> 
> minor nit but the "{" at the end of line looks a bit odd here.

Fixed in 10deb03d62b15eb0c5130db3e251838787a82e00.

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

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


More information about the nio-dev mailing list