-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b21
-
aarch64
-
linux
To further improve pause times, we'll need to implement concurrent class unloading for Aarch64. This is dependent on ZGC being merged.
The fundamental problem to be solved is how we implement the nmethod entry barrier, as the method used by x86 won't use - we can't atomically change an immediate address atomically. In principle we could expand on the entry barrier used already on aarch64, but perhaps expand it's applicability to nmethod entry too.
The fundamental problem to be solved is how we implement the nmethod entry barrier, as the method used by x86 won't use - we can't atomically change an immediate address atomically. In principle we could expand on the entry barrier used already on aarch64, but perhaps expand it's applicability to nmethod entry too.
- blocks
-
JDK-8241793 Shenandoah: Enable concurrent class unloading for aarch64
- Resolved
- is blocked by
-
JDK-8214527 AArch64: ZGC for Aarch64
- Resolved
- relates to
-
JDK-8214897 ZGC: Concurrent Class Unloading
- Resolved
-
JDK-8274501 c2i entry barriers read int as long on AArch64
- Closed
- links to
-
Review openjdk/jdk13u-dev/282