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.

While I still cannot see any malignancy in that race, the proposed change makes 
the code simpler to reason about and probably faster to execute. Also, the 
change does not seem to introduce new bugs.

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

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

Reply via email to