On Wed, 28 Jun 2023 11:05:11 GMT, Sergey Tsypanov <stsypa...@openjdk.org> wrote:

> Double-checked locking should rely on local variable to avoid racy reads from 
> volatile field.

It'd be a benign race in case all members of `HashSet` are `final`, but they 
aren't, so there are no safe publication guarantees.

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

PR Comment: https://git.openjdk.org/jdk/pull/14692#issuecomment-1611915175

Reply via email to