RFR: 8363837: Move StubRoutines::_crc_table_adr initialization to preuniverse stubs [v3]

Vladimir Kozlov kvn at openjdk.org
Thu Jul 24 15:06:57 UTC 2025


On Thu, 24 Jul 2025 07:42:03 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>    Rework the fix
>
> 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.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26434#discussion_r2228794225


More information about the graal-dev mailing list