Integrated: 8293197: Avoid double racy reads from non-volatile fields in SharedSecrets
Andrey Turbanov
aturbanov at openjdk.org
Wed Sep 7 06:14:44 UTC 2022
On Tue, 30 Aug 2022 07:10:36 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> After integration of [JDK-8259021](https://bugs.openjdk.org/browse/JDK-8259021) a few more fields were added to `SharedSecrets` class. It make sense to update their reading code to use the same idiom.
This pull request has now been integrated.
Changeset: 2259e427
Author: Andrey Turbanov <aturbanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2259e427a53440da948315db2272396294036051
Stats: 16 lines in 1 file changed: 8 ins; 0 del; 8 mod
8293197: Avoid double racy reads from non-volatile fields in SharedSecrets
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/10076
More information about the security-dev
mailing list