RFR: 8293986: Incorrect double-checked locking in com.sun.beans.introspect.ClassInfo

Sergey Bylokhov serb at openjdk.org
Fri Oct 7 04:32:28 UTC 2022


On Wed, 21 Sep 2022 08:03:24 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> Fields `methods`, `properties`, `eventSets` are not volatile and read multiple times. This makes it an incorrect DCL.

Marked as reviewed by serb (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/10372



More information about the client-libs-dev mailing list