-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 17, 19, 20
-
Component/s: core-libs
-
b10
Class java.nio.file.attribute.FileTime is immutable with 2 fields which are initialized lazily.
We need to read fields instant/valueAsString once, as to dodge/resolve the data race on reading lazily-initialized fields.
We need to read fields instant/valueAsString once, as to dodge/resolve the data race on reading lazily-initialized fields.
- relates to
-
JDK-8011647 (fs) Add java.time.Instant methods to java.nio.file.attribute.FileTime
-
- Closed
-