RFR: 8365229: ARM32: c2i_no_clinit_check_entry assert failed after JDK-8364269 [v3]
Andrew Dinn
adinn at openjdk.org
Wed Aug 13 13:06:12 UTC 2025
On Wed, 13 Aug 2025 11:13:48 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Ah, Zero is still broken, let me fix it...
>
> See new commit. Zero build now passes, I am running bootcycle-images now.
I don't believe this fix is correct and I'm not clear that it is even needed. Is something actually breaking with the zero code before the latest commit?
The CPU-specific shared runtime code is called to fill in entry addresses for an adapter handler. That does not imply that any such handler is backed by an AdapterBlob. In particular on Zero there cannot be a corresponding AdapterBlob because we hav
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26746#discussion_r2273402345
More information about the hotspot-compiler-dev
mailing list