RFR: 8346457: AOT cache creation crashes with "assert(pair_at(i).match() < pair_at(i+1).match()) failed: unsorted table entries"

Calvin Cheung ccheung at openjdk.org
Mon Jan 6 18:01:53 UTC 2025


On Fri, 3 Jan 2025 09:24:12 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Avoid calling `InstanceKlass::compute_has_loops_flag_for_methods()` when a class has failed verification during CDS dump. It is to avoid assert in subsequent byte code verification such as in `Bytecode_lookupswitch::verify()`.
>> 
>> Testing: tiers 1 - 4.
>
> LGTM

Thanks @iklam, @dholmes-ora for the review.

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

PR Comment: https://git.openjdk.org/jdk/pull/22871#issuecomment-2573624930


More information about the hotspot-runtime-dev mailing list