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

Severin Gehwolf sgehwolf at openjdk.org
Wed Oct 4 08:16:40 UTC 2023


On Wed, 4 Oct 2023 00:12:26 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> test/jdk/java/nio/file/attribute/BasicFileAttributeView/libCreationTimeHelper.c line 33:
>> 
>>> 31: {
>>> 32: #if defined(__linux__)
>>> 33:     void* statx_func = dlsym(RTLD_DEFAULT, "statx");
>> 
>> For commit 04226fd470bc9a238e83606cb7f62ebd64d44421, which is the penultimate commit, I am seeing the build error:
>> 
>> 
>> open/test/jdk/java/nio/file/attribute/BasicFileAttributeView/libCreationTimeHelper.c:33: error: undefined reference to 'dlsym'```
>
> The above build failure is fixed in commit 83347ec1c9fee2a859470fff8e391c5f6970d226.

Yes, sorry about that.

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

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


More information about the nio-dev mailing list