Performance data for Neoverse N1 shows that `isb` can be used to emulate the x86 `pause`. It is more reliable than `yield` or a sequence of `nop`.
- duplicates
-
JDK-8277137 Set OnSpinWaitInst/OnSpinWaitInstCount defaults to "isb"/1 for Arm Neoverse N1
- Resolved
-
JDK-8278241 Implement JVM SpinPause on linux-aarch64
- Resolved
- relates to
-
JDK-8186670 Implement _onSpinWait() intrinsic for AArch64
- Resolved