[crac] RFR: 8372863: [CRaC] Fix glibc IFUNC for AVX_Fast_Unaligned_Load [v3]
Jan Kratochvil
jkratochvil at openjdk.org
Tue Dec 2 13:16:28 UTC 2025
On Tue, 2 Dec 2025 13:06:15 GMT, Radim Vansa <rvansa at openjdk.org> wrote:
>> Jan Kratochvil has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Use sizeof("AVX_Fast_Unaligned_Load")
>
> src/hotspot/cpu/x86/vm_version_x86.cpp line 1164:
>
>> 1162: }
>> 1163:
>> 1164: static const size_t tunables_size_max = 23;
>
> Is this something like `sizeof("AVX_Fast_Unaligned_Load")`? Could we use that instead?
Yes, done.
-------------
PR Review Comment: https://git.openjdk.org/crac/pull/277#discussion_r2581126494
More information about the crac-dev
mailing list