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

Brian Burkhalter bpb at openjdk.org
Tue Aug 9 16:46:34 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: Convert params in only one place in each modified BsdFileSystemProvider method

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9762/files
  - new: https://git.openjdk.org/jdk/pull/9762/files/10deb03d..0274bc55

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

  Stats: 48 lines in 1 file changed: 21 ins; 18 del; 9 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