| JDK 21 |
|---|
| 21 b19Fixed |
|
Relates :
|
The setScopedValueCache intrinsic for C2 doesn't use the access API. Instead, we store into an OopHandle with a raw store. That doesn't play well with all GCs, for example Shenandoah and generational ZGC. We should use the access API
|