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

Brian Burkhalter bpb at openjdk.org
Fri Aug 5 17:54:28 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: Override setTimes() in the new BsdPosixFileAttributeView class

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

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

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

  Stats: 81 lines in 4 files changed: 69 ins; 5 del; 7 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