RFR: 8365153: AArch64: Set JVM flags for Neoverse N3 and V3 cores
duke
duke at openjdk.org
Tue Oct 7 13:45:30 UTC 2025
On Fri, 8 Aug 2025 14:50:13 GMT, Ruben <duke at openjdk.org> wrote:
> For Neoverse N1, N2, V1, and V2, the following JVM flags are set:
> - UseSIMDForMemoryOps=true
> - OnSpinWaitInst=isb
> - OnSpinWaitInstCount=1
> - AlwaysMergeDMB=false
>
> Additionally, for Neoverse V1 and V2 only, these flags are set:
> - UseCryptoPmullForCRC32=true
> - CodeEntryAlignment=32
>
> Set the same flags for Neoverse N3 and V3, respectively.
@ruben-arm
Your change (at version 178e96f061dd38bc7b2fa44595d0337671b48491) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26701#issuecomment-3376959457
More information about the hotspot-dev
mailing list