Integrated: 8356318: Unexpected VerifyError in AOT training run

Ioi Lam iklam at openjdk.org
Wed May 7 17:39:26 UTC 2025


On Wed, 7 May 2025 00:45:13 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> This PR fixes a bug introduced by [JDK-8348426](https://bugs.openjdk.org/browse/JDK-8348426) : when running with -XX:AOTMode=record, we incorrectly reject some valid classes that need to be verified with the old verifier.
> 
> This bug does not affect JDK 24.

This pull request has now been integrated.

Changeset: 40f696db
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/40f696dbe49f348327bf0f3dc6493a7110918813
Stats:     188 lines in 4 files changed: 178 ins; 3 del; 7 mod

8356318: Unexpected VerifyError in AOT training run

Reviewed-by: shade, kvn

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

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


More information about the hotspot-runtime-dev mailing list