JDK 17 | JDK 21 | JDK 24 |
---|---|---|
17.0.17-oracleFixed | 21.0.9-oracleFixed | 24 b08Fixed |
Relates :
|
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.
|