RFR: 8300255: Introduce interface for GC oop verification in the assembler [v3]
Fei Yang
fyang at openjdk.org
Fri Feb 10 07:41:43 UTC 2023
On Wed, 8 Feb 2023 10:19:20 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
>> In the assembly code, there is some generic oop verification code. Said verification may or may not fit a particular GC. In particular, it has not worked well for ZGC for a while, and there is an if (UseZGC). This enhancement aims at generalizing this code, such that a collector can have its own oop verification policy.
>
> Erik Österlund has updated the pull request incrementally with one additional commit since the last revision:
>
> RISC-V fixes
Updated RISC-V part looks good. Thanks.
-------------
Marked as reviewed by fyang (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12443
More information about the hotspot-dev
mailing list