-
Bug
-
Resolution: Fixed
-
P5
-
17, 19, 20
-
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
-