-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
25
`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
-