[jdk21u] RFR: 8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux
Paul Hohensee
phh at openjdk.org
Wed Oct 25 22:43:32 UTC 2023
On Mon, 23 Oct 2023 11:53:06 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> Please review this backport of adding creation time support on Linux where the filesystem supports it. The patch is not clean, since the JDK 22 uses JEP 454 features in the test. I've rewritten the test to use JNI instead so as to avoid using `@enablePreview` in the test. Otherwise, the patch is identical to the head version.
>
> Testing:
> - [x] GHA
> - [x] nio tests (all pass)
> - [x] Build tests on all major Linux architectures and Mac OSX, AIX so as to cover some of the unix branches. All good.
Marked as reviewed by phh (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk21u/pull/282#pullrequestreview-1698353519
More information about the jdk-updates-dev
mailing list