RFR: 8300255: Introduce interface for GC oop verification in the assembler [v3]

Coleen Phillimore coleenp at openjdk.org
Thu Feb 9 15:35:31 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

This change looks nice.  Did you run tier8 or tier1 tests with -XX:+VerifyOops? I thought we ran some general testing in tier3 with -XX:+VerifyOops but we don't seem to be doing that.  Thanks.

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

Marked as reviewed by coleenp (Reviewer).

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


More information about the hotspot-dev mailing list