Integrated: 8365153: AArch64: Set JVM flags for Neoverse N3 and V3 cores
Ruben
duke at openjdk.org
Wed Oct 8 12:16:32 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.
This pull request has now been integrated.
Changeset: 23fcbb0b
Author: Ruben Ayrapetyan <ruben.ayrapetyan at arm.com>
Committer: Evgeny Astigeevich <eastigeevich at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/23fcbb0badbef6d22f63ca6c5b26b0693002592c
Stats: 8 lines in 1 file changed: 6 ins; 0 del; 2 mod
8365153: AArch64: Set JVM flags for Neoverse N3 and V3 cores
Reviewed-by: eastigeevich, aph
-------------
PR: https://git.openjdk.org/jdk/pull/26701
More information about the hotspot-dev
mailing list