Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8354142 | 21.0.9-oracle | Konanki Sreenath | P4 | Open | Unresolved | |
JDK-8354143 | 17.0.17-oracle | Konanki Sreenath | P4 | Open | Unresolved |
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.
- backported by
-
JDK-8354142 Race condition in Class::protectionDomain
-
- Open
-
-
JDK-8354143 Race condition in Class::protectionDomain
-
- Open
-
- relates to
-
JDK-8334772 Change Class::signers to an explicit field
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/c3226aae
-
Review(master) openjdk/jdk/19752