-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b19
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
- relates to
-
JDK-8284161 Implementation of Virtual Threads (Preview)
- Resolved