RFR: 8363837: Move StubRoutines::_crc_table_adr initialization to preuniverse stubs [v3]
Andrew Dinn
adinn at openjdk.org
Thu Jul 24 15:45:26 UTC 2025
On Thu, 24 Jul 2025 15:04:30 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> src/hotspot/cpu/zero/stubDeclarations_zero.hpp line 40:
>>
>>> 38: do_arch_entry, \
>>> 39: do_arch_entry_init) \
>>> 40: do_arch_blob(initial, 32) \
>>
>> Do we need this any more?
>
> Yes, to call `generate_initial_stubs()` where `_call_stub_entry` is set.
Ah, yes, how annoying.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26434#discussion_r2228882777
More information about the graal-dev
mailing list