RFR: 8362559: [leyden] assert(!InstanceKlass::cast(receiver_klass)->is_not_initialized()) failed: receiver_klass must be initialized
Vladimir Kozlov
kvn at openjdk.org
Thu Jul 24 15:53:13 UTC 2025
On Thu, 24 Jul 2025 15:25:28 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Fix is proposed by @iklam: add check that we precompiling AOT code in C1 where we check for initialized klass.
>>
>> I renamed `is_compiled()` to `is_compile()` because we are in pricing of compiling.
>>
>> Tested tier1-4,tier8-comp
>
> Looks good.
Thank you @iklam for review.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/88#issuecomment-3113988568
More information about the leyden-dev
mailing list