RFR: 8304591: (fs) UnixPath.stringValue need not be volatile [v2]

Aleksey Shipilev shade at openjdk.org
Fri Mar 24 09:45:32 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 shade (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/13115#pullrequestreview-1356320057


More information about the nio-dev mailing list