RFR: 8337213: Shenandoah: Add verification for class mirrors
William Kemper
wkemper at openjdk.org
Mon Jul 29 22:55:30 UTC 2024
On Thu, 25 Jul 2024 14:35:37 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> When working in Leyden, I noticed some oddities when loading Class mirrors from the CDS archive. These are not caught by Shenandoah asserts or verifier, since the problem is due to wrong metadata. We can amend verification to test these.
>
> Additional testing:
> - [x] Linux x86_64 server fastdebug, `all` with `-XX:+UseShenandoahGC`
> - [x] Linux x86_64 server fastdebug, `all` with `-XX:+UseShenandoahGC -XX:+ShenandoahVerify`
Marked as reviewed by wkemper (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20332#pullrequestreview-2206234626
More information about the hotspot-gc-dev
mailing list