RFR: 8363837: Move StubRoutines::_crc_table_adr initialization to preuniverse stubs [v3]
Vladimir Kozlov
kvn at openjdk.org
Thu Jul 24 15:21:58 UTC 2025
On Thu, 24 Jul 2025 07:48:40 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/share/runtime/stubRoutines.hpp line 306:
>
>> 304: return dest_uninitialized ? _arrayof_oop_disjoint_arraycopy_uninit : _arrayof_oop_disjoint_arraycopy;
>> 305: }
>> 306:
>
> Could we have a comment here to note that 1) this method is implemented in architecture-specific code 2) any table that is returned must be allocated once-only in foreign memory rather generated in the code cache.
Done!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26434#discussion_r2228819851
More information about the graal-dev
mailing list