RFR: JDK-8299229: [JVMCI] add support for UseZGC [v9]

Tom Rodriguez never at openjdk.org
Fri May 5 17:35:14 UTC 2023


> This exposes the required ZGC values to JVMCI and adds support for nmethod entry barriers.  The ZGC support is straightforward but the nmethod entry barrier required some reworking to fit better into JVMCI usage.  I also removed the epoch based barrier since it was no longer used with simplified the assumptions on the JVMCI side.  There is also a minor loom related fix to support post call nops included.  I could move that into a separate PR if that would be preferred.

Tom Rodriguez has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 19 commits:

 - Add ifdef ASSERT
 - Merge branch 'master' into tkr-zgc
 - Review comments
 - Merge branch 'master' into tkr-zgc
 - Fix mdo iteration and riscv code
 - Fix handling of extra data
 - Merge branch 'master' into tkr-zgc
 - Require nmethod entry barrier emission
 - Merge branch 'master' into tkr-zgc
 - Use reloc for guard location and read internal fields using HotSpot accessors
 - ... and 9 more: https://git.openjdk.org/jdk/compare/0c6529d2...cb955d29

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

Changes: https://git.openjdk.org/jdk/pull/11996/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11996&range=08
  Stats: 1293 lines in 40 files changed: 910 ins; 201 del; 182 mod
  Patch: https://git.openjdk.org/jdk/pull/11996.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/11996/head:pull/11996

PR: https://git.openjdk.org/jdk/pull/11996


More information about the hotspot-dev mailing list