RFR: 8311030: ResourceBundle.handleKeySet() is racy
Pavel Rappo
prappo at openjdk.org
Wed Jun 28 14:24:03 UTC 2023
On Wed, 28 Jun 2023 11:05:11 GMT, Sergey Tsypanov <stsypanov at openjdk.org> wrote:
> Double-checked locking should rely on local variable to avoid racy reads from volatile field.
To put this into perspective, the race you are trying to fix seems benign, so the PR qualifies as a performance improvement, not a bug fix. Is my understanding correct?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14692#issuecomment-1611506000
More information about the core-libs-dev
mailing list