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

Andrey Turbanov aturbanov at openjdk.org
Tue Oct 11 06:03:29 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.

This pull request has now been integrated.

Changeset: e775acf8
Author:    Andrey Turbanov <aturbanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e775acf889cde6f5bb463d4ecfe6eb035d18bdda
Stats:     25 lines in 1 file changed: 9 ins; 0 del; 16 mod

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

Reviewed-by: serb

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

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



More information about the client-libs-dev mailing list