On Tue, 23 Jun 2026 10:46:57 GMT, Aleksey Shipilev <[email protected]> wrote:

>> ***It is already included in `AOTCODECACHE_CONFIGS_GENERIC_DO`.***
>> No mistook it for a different flag!
>
> 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`.

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

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

Reply via email to