RFR: 8365153: AArch64: Set JVM flags for Neoverse N3 and V3 cores
Andrew Haley
aph at openjdk.org
Tue Oct 7 12:50:51 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.
Marked as reviewed by aph (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/26701#pullrequestreview-3309959689
More information about the hotspot-dev
mailing list