RFR: 8333300: [JVMCI] add support for generational ZGC [v5]
Tom Rodriguez
never at openjdk.org
Thu Jun 20 18:49:18 UTC 2024
On Thu, 20 Jun 2024 15:50:38 GMT, Tom Rodriguez <never at openjdk.org> wrote:
>> This exposes the required values for JVMCI to support generational ZGC. It includes a few things worth mentioning. JVMCI still exports XBarrierSetRuntime as fields in CompilerToVM::Data under the original name of ZBarrierSetRuntime. I have exported the XBarrierSetRuntime and ZBarrierSetRuntime functions as addresses under their actual name. This permits backward compatibility until all the required parts are in place. We can eventually delete the CompilerToVM::Data names.
>>
>> I added ZBarrierSetRuntime::load_barrier_on_oop_array paralleling XBarrierSetRuntime::load_barrier_on_oop_array as we use that for a vector barrier. I could create the function as part of JVMCIRuntime if there are any concerns about including that in the ZGC core.
>
> Tom Rodriguez has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 13 commits:
>
> - Merge branch 'master' into tkr-genz
> - fix spelling of JVMCI
> - Merge branch 'master' into tkr-genz
> - Merge remote-tracking branch 'origin/master' into tkr-genz
> - Merge branch 'tkr-genz' of github.com:tkrodriguez/jdk into tkr-genz
> - Fix riscv compilation
> - 8333300: [JVMCI] add support for generational ZGC
> - Merge branch 'master' into tkr-genz
> - Merge branch 'master' into tkr-genz
> - Use NativeAccess to read from handles
> - ... and 3 more: https://git.openjdk.org/jdk/compare/fad6644e...b4a82828
I've tested against latest bits and everything was clean. Thanks for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19490#issuecomment-2181317032
More information about the graal-dev
mailing list