On Tue, 23 Jun 2026 10:50:46 GMT, Andrew Dinn <[email protected]> wrote:

>> Point to me where? I do not see any hits for `UseIntPoly25519Intrinsics` in 
>> current mainline: 
>> https://github.com/openjdk/jdk/blob/master/src/hotspot/share/code/aotCodeCache.hpp
>
> `UseIntPoly25519Intrinsics` is not included in either 
> `AOTCODECACHE_CONFIGS_GENERIC_DO`, `AOTCODECACHE_CONFIGS_AARCH64_DO` or 
> `AOTCODECACHE_CONFIGS_X86_DO` (defined in 
> `src/hostpot/share/code/aotCodeCache.hpp`)
> 
> Given that it is already being used on x86 it ought to have been added to 
> `AOTCODECACHE_CONFIGS_X86_DO`.  However, now that we have it with both arches 
> I think it would be best to add this to `AOTCODECACHE_CONFIGS_GENERIC_DO`.

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31409#discussion_r3463517944

Reply via email to