RFR: JDK-8299229: Allow UseZGC with JVMCI and enable nmethod entry barrier support [v5]
Doug Simon
dnsimon at openjdk.org
Tue Apr 25 10:15:20 UTC 2023
On Mon, 24 Apr 2023 16:50:59 GMT, Tom Rodriguez <never at openjdk.org> wrote:
>> 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 11 commits:
>
> - Merge branch 'master' into tkr-zgc
> - Use reloc for guard location and read internal fields using HotSpot accessors
> - Merge branch 'master' into tkr-zgc
> - Remove access to extra data section from Java code
> - Handle concurrent unloading
> - Merge branch 'master' into tkr-zgc
> - Add missing declaration
> - Replace NULL with nullptr in new code
> - Merge branch 'master' into tkr-zgc
> - Review fixes
> - ... and 1 more: https://git.openjdk.org/jdk/compare/62acc882...c7bb4391
src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/CompilerToVM.java line 891:
> 889: * {@code base} is a {@link HotSpotConstantPool}, {@link HotSpotMethodData}, {@link HotSpotObjectConstantImpl},
> 890: * or {@link HotSpotResolvedObjectTypeImpl} then the field
> 891: * corresopnding to {@code displacement} is fetched using the appropriate HotSpot accessor. Any
corresopnding -> corresponding
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/11996#discussion_r1176304437
More information about the hotspot-dev
mailing list