-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
-
master
`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
-
- links to
-
Commit(master)
openjdk/jdk/b86b2cbc
-
Review(master)
openjdk/jdk/28681