RFR: JDK-8299229: Allow UseZGC with JVMCI and enable nmethod entry barrier support
Tom Rodriguez
never at openjdk.org
Fri Jan 13 21:11:12 UTC 2023
On Fri, 13 Jan 2023 20:02:26 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.
Ok. I wondered why it was still around since it seemed pretty obviously dead. I'll restore that code and expose the extra state needed to support code generation for it. Are 3 different strategies really required?
-------------
PR: https://git.openjdk.org/jdk/pull/11996
More information about the hotspot-dev
mailing list