RFR: 8341282: (fs) Move creation time fallback logic to Java layer (Linux) [v3]

Brian Burkhalter bpb at openjdk.org
Tue Oct 1 19:57:52 UTC 2024


> Move the decision as to whether `BasicFileAttributes.creationTime()` falls back to the modified time from the native layer to the Java layer.

Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:

  8341282: Unset birthtime_available when using stat(2) on Linux

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21274/files
  - new: https://git.openjdk.org/jdk/pull/21274/files/e0bd5b07..22ac46ea

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=21274&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21274&range=01-02

  Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/21274.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21274/head:pull/21274

PR: https://git.openjdk.org/jdk/pull/21274


More information about the nio-dev mailing list