RFR: 8363837: Make StubRoutines::crc_table_adr() into platform-specific method [v2]
Vladimir Kozlov
kvn at openjdk.org
Thu Jul 24 19:57:59 UTC 2025
On Thu, 24 Jul 2025 19:37:12 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:
>> Done
>
> Thanks! I also ran across the `ShouldNotCallThis` on aarch64 and decided to drop that because anyway we don't use `crc32c_table_addr`. I think `crc32c_table_addr` is only used internally in HotSpot but not via intrinsification call. Let's only export `crc_table_addr` for now. I will examine the `crc32c_table_addr` later
Thank you, @mur47x111
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26434#discussion_r2229451275
More information about the graal-dev
mailing list