RFR: 8356318: Unexpected VerifyError in AOT training run

Vladimir Kozlov kvn at openjdk.org
Wed May 7 14:20:17 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.

Good.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25074#pullrequestreview-2821943762


More information about the hotspot-runtime-dev mailing list