-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 25
-
Component/s: hotspot
`ShenandoahSharedValue` is currently defined as a `jbyte`. Many architectures do not support atomic operations on this datatype. In some cases, operations must be emulated using `load`/`cmpxcg` or widening the shared value to other types (carefully).
- relates to
-
JDK-8352299 GenShen: Young cycles that interrupt old cycles cannot be cancelled
-
- Resolved
-