RFR: 8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux [v11]
Severin Gehwolf
sgehwolf at openjdk.org
Tue Oct 10 08:38:06 UTC 2023
On Tue, 10 Oct 2023 08:30:22 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> I can drop the `Debug` word, but would like to keep the rest as the test behaves differently whether or not `supportsCreationTimeRead` is true or not. On a `statx`-supporting system it would check that the modified time is different from the creation time. Otherwise it wouldn't. So it's nice to know which mode the test ran in.
>
> If you do leave a trace message here then better to put it after the if-then-else so that it's clear on all platforms whether file create time is tested or not.
OK.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15792#discussion_r1351863494
More information about the nio-dev
mailing list