The read access to static field allPermDomain happens twice, meaning the 2nd read `pd = allPermDomain` may observe a null value and lead to getProtectionDomain returning null.
- relates to
-
JDK-8334772 Change Class::signers to an explicit field
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/c3226aae
-
Review(master) openjdk/jdk/19752