RFR: 8304591: (fs) UnixPath.stringValue need not be volatile [v2]
Brian Burkhalter
bpb at openjdk.org
Tue Mar 21 19:22:41 UTC 2023
On Tue, 21 Mar 2023 09:27:17 GMT, Sergey Tsypanov <stsypanov at openjdk.org> wrote:
>> `UnixPath.stringValue` can be computed by multiple threads safely as the actual value is the same, so the race is benign in this case.
>
> Sergey Tsypanov has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert
Marked as reviewed by bpb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13115#pullrequestreview-1351236400
More information about the nio-dev
mailing list