RFR: 8338884: java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3 [v5]

SendaoYan syan at openjdk.org
Thu Sep 5 08:44:29 UTC 2024


On Tue, 3 Sep 2024 08:50:46 GMT, SendaoYan <syan at openjdk.org> wrote:

>> An alternative could be to use FFM API to query the statx bufs mask the kernel returns testing for the birth time bit like the actual code does.
>
> I think this PR needed to backport to jdk21u and jdk17u in future. Maybe in jdk17u can't use`FFM API`?

The solution has been change to, get the result from `statx` linux syscall througt `FFM API`, to determine the testd file support birth time or not.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20687#discussion_r1745049813


More information about the nio-dev mailing list