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 16:35:20 UTC 2025
On Thu, 24 Jul 2025 15:58:10 GMT, Aleksey Shipilev <shade 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 reasonable. Cannot really see if we have caught all the places, but if tests are passing now, this is good.
Thank you @shipilev for review.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/88#issuecomment-3114104737
More information about the leyden-dev
mailing list