[jdk21u] Integrated: 8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux

Severin Gehwolf sgehwolf at openjdk.org
Mon Nov 6 13:20:29 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.

This pull request has now been integrated.

Changeset: 4cf572e3
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk21u/commit/4cf572e3b99b675418e456e7815fb6fd79245e30
Stats:     315 lines in 6 files changed: 299 ins; 0 del; 16 mod

8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux

Reviewed-by: phh
Backport-of: 0275efac882d263f85a723828a95d621f8dadbfb

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

PR: https://git.openjdk.org/jdk21u/pull/282


More information about the jdk-updates-dev mailing list