RFR: 8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux [v15]

Brian Burkhalter bpb at openjdk.org
Fri Oct 13 16:20:53 UTC 2023


On Fri, 13 Oct 2023 14:52:10 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c line 87:
>> 
>>> 85: typedef unsigned short     __uint16_t;
>>> 86: typedef unsigned long int  __uint64_t;
>>> 87: #endif
>> 
>> Not sure what changed on the lastest merge from master, but I was getting compile failures on Apine without this. It's a no-op for glibc. @AlanBateman @bplb Still ok?
>
>> Not sure what changed on the lastest merge from master, but I was getting compile failures on Apine without this. It's a no-op for glibc. @AlanBateman @bplb Still ok?
> 
> Yes, I don't have any other comments and I see you've dropped the enablePreview.

Likewise. Thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15792#discussion_r1358477573


More information about the nio-dev mailing list