RFR: 8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X [v2]

Brian Burkhalter bpb at openjdk.org
Fri Aug 5 16:12:51 UTC 2022


> Use the BSD system call `setattrlist(2)` to set file modification, access, and creation time attributes on macOS.

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

  8151430: Move setattrlist to BsdNativeDispatcher

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9762/files
  - new: https://git.openjdk.org/jdk/pull/9762/files/3339e32f..46a7e949

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

  Stats: 263 lines in 8 files changed: 156 ins; 104 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/9762.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9762/head:pull/9762

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


More information about the nio-dev mailing list