RFR: 8355352: [premain] rename AOT Code classes and logging tags
Vladimir Kozlov
kvn at openjdk.org
Wed Apr 23 16:11:08 UTC 2025
On Wed, 23 Apr 2025 15:29:09 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> `id_for_address()` is called for processing relocation info in compiled code (stubs, adapters, code). We should not do that until we initialized the table for VM's runtime addresses at least! We do that initialization very early in `SCCache::init2()` which is called just after `universe_init()`.
>
> OK!
I looked on my original changes and I think I placed the check there because `int id = -1;` was first instruction.
But I will run more testing to see when `-1` is passed to make sure this is fine.
-------------
PR Review Comment: https://git.openjdk.org/leyden/pull/60#discussion_r2056405173
More information about the leyden-dev
mailing list