RFR: 8337213: Shenandoah: Add verification for class mirrors
Aleksey Shipilev
shade at openjdk.org
Tue Jul 30 08:29:32 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`
Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20332#issuecomment-2257771749
More information about the hotspot-gc-dev
mailing list