Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8260772 | openjdk8u292 | Andrew Hughes | P4 | Resolved | Fixed | b01 |
(src >>> shift) | (src << (32 - shift)) and (src >>> shift) | (src << (0 - shift)) with src an int have some support in the aarch64.ad ad file: rorI_rReg_Var_C_32 and rorI_rReg_Var_C0 but their definitions is broken and never match any ideal graph subtree.
- backported by
-
JDK-8260772 AArch64: some integer rotate instructions are never emitted
- Resolved
- relates to
-
JDK-8185656 [AArch64] Fix for 8154537 was missing one file
- Closed
-
JDK-8257192 Integrate AArch64 JIT port into 8u
- Resolved