RFR: 8287818: Shenandoah: adapt nmethod arming from Loom

Zhengyu Gu zgu at openjdk.java.net
Mon Jun 6 23:38:23 UTC 2022


Loom implemented nmethod arming mechanism, which is very similar to Shenandoah's. Shenandoah can use it.

Test:

- [x] hotspot_gc_shenandoah on Linux x86_64 and Windows x64
- [x] tier1 with Shenandoah GC on Linux x86_64 and Windows x64 
- [x] hotspot_gc_shenandoah on AArch64

-------------

Commit messages:
 - 8287818: Shenandoah: adapt nmethod arming from Loom
 - Merge branch 'master' into migrate_nmethod_arming_shenandoah
 - v0

Changes: https://git.openjdk.java.net/jdk/pull/9048/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=9048&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8287818
  Stats: 53 lines in 5 files changed: 4 ins; 41 del; 8 mod
  Patch: https://git.openjdk.java.net/jdk/pull/9048.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/9048/head:pull/9048

PR: https://git.openjdk.java.net/jdk/pull/9048



More information about the hotspot-gc-dev mailing list