For Neoverse N1, N2, N3, V1, V2 and V3, the following JVM flags are set:
- UseSIMDForMemoryOps=true
- OnSpinWaitInst=isb
- OnSpinWaitInstCount=1
- AlwaysMergeDMB=false
Additionally, for Neoverse V1, V2 and V3 only, these flags are set:
- UseCryptoPmullForCRC32=true
- CodeEntryAlignment=32
Enable the same flags for Neoverse V3AE.
- UseSIMDForMemoryOps=true
- OnSpinWaitInst=isb
- OnSpinWaitInstCount=1
- AlwaysMergeDMB=false
Additionally, for Neoverse V1, V2 and V3 only, these flags are set:
- UseCryptoPmullForCRC32=true
- CodeEntryAlignment=32
Enable the same flags for Neoverse V3AE.
- links to
-
Review(master)
openjdk/jdk/28607