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

Brian Burkhalter bpb at openjdk.org
Fri Aug 5 16:38:20 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: Minor format cleanup in BsdBasicFileAttributeView; remove extraneous file

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

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

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

  Stats: 4 lines in 2 files changed: 0 ins; 2 del; 2 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