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

Sergey Tsypanov stsypanov at openjdk.org
Tue Mar 21 09:27:18 UTC 2023


On Tue, 21 Mar 2023 09:00:19 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.

Renamed

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

PR Comment: https://git.openjdk.org/jdk/pull/13115#issuecomment-1477503987


More information about the nio-dev mailing list