-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17, 19
-
Component/s: hotspot
-
b18
-
aarch64
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8294897 | 17.0.6-oracle | Tobias Hartmann | P4 | Resolved | Fixed | b02 |
| JDK-8294873 | 17.0.6 | Dmitry Chuyko | P4 | Resolved | Fixed | b01 |
In AArch64,
asr x10, x1, #31
neg x0, x10
can be optimized to:
neg x0, x1, asr #31
asr x10, x1, #31
neg x0, x10
can be optimized to:
neg x0, x1, asr #31
- backported by
-
JDK-8294873 AArch64: Combine shift and negate to a single instruction
-
- Resolved
-
-
JDK-8294897 AArch64: Combine shift and negate to a single instruction
-
- Resolved
-
- links to
-
Commit
openjdk/jdk17u-dev/0657a3ab
-
Commit
openjdk/jdk/e572a525
-
Review
openjdk/jdk17u-dev/754
-
Review
openjdk/jdk/7471
(1 links to)