JDK 23 |
---|
23 b08Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
See https://github.com/openjdk/jdk/pull/11996#issuecomment-1409331760 If any thread can potentially repack the extra data section then any code path which might receive data from the extra data section must guard against this by holding the lock. JVMCI in general isn't exposed to this problem since it doesn't create speculative trap data entries. It's probably likely to be exceeding rare since I guess this only occurs with ZGC.
|