RFR: 8298187: (fs) BsdFileAttributeViews::setTimes does not support lastAccessTime on HFS+

Brian Burkhalter bpb at openjdk.org
Thu Dec 8 19:22:52 UTC 2022


If the path is on an HFS store, use the generic Unix implementation of `java.nio.file.attribute.BasicFileAttributeView::setTimes`to set the last access time.

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

Commit messages:
 - 8298187: (fs) BsdFileAttributeViews::setTimes does not support lastAccessTime on HFS+

Changes: https://git.openjdk.org/jdk/pull/11600/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11600&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8298187
  Stats: 32 lines in 1 file changed: 25 ins; 0 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/11600.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11600/head:pull/11600

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


More information about the nio-dev mailing list