-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 21, 23
-
b02
-
aarch64
See details at https://mail.openjdk.org/pipermail/hotspot-compiler-dev/2024-January/071921.html.
Using a combined dmb.ish for release barrier will introduce a heavy storeload barrier.
Use "dmb.ishst+dmb.ishld" pair instead, we can gain 13%~32% performance gain on N1 and N2 architecture.
Kuai Wei will own this issue.
Using a combined dmb.ish for release barrier will introduce a heavy storeload barrier.
Use "dmb.ishst+dmb.ishld" pair instead, we can gain 13%~32% performance gain on N1 and N2 architecture.
Kuai Wei will own this issue.
- clones
-
JDK-8324186 use "dmb.ishst+dmb.ishld" for release barrier
-
- Closed
-
- duplicates
-
JDK-8328878 Rework [AArch64] use "dmb.ishst + dmb.ishld" for release barrier
-
- Closed
-