RFR: 8356318: Unexpected VerifyError in AOT training run

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


On Wed, 7 May 2025 08:45:00 GMT, Aleksey Shipilev <shade 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.
>
> Looks fine, thanks!

Thanks @shipilev @vnkozlov for the review

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

PR Comment: https://git.openjdk.org/jdk/pull/25074#issuecomment-2859512883


More information about the hotspot-runtime-dev mailing list