-
Bug
-
Resolution: Fixed
-
P5
-
20
-
b03
-
x86
-
os_x
The BasicFileAttributeView.setTimes(null, time, null) does not work when the file is on the "hfs" file store. The call does not throw any exception but the last access time is not updated. It works fine on the "apfs" file store. On the JDK-19 it used to work both on "hfs" and "apfs". The problem is caused by the fix of JDK-8151430.