Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8311733 | 17.0.9 | Fei Yang | P4 | Resolved | Fixed | b01 |
The `increment` and `decrement` use t1 as tmp register, while t1 was the flag register in c2.
We can make tmp registers as the arguments of `increment` and `decrement` so that c2 can reuse them.
We can make tmp registers as the arguments of `increment` and `decrement` so that c2 can reuse them.
- backported by
-
JDK-8311733 RISC-V: Small refactoring for increment/decrement
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/966fc82d
-
Commit openjdk/jdk/4c80dff2
-
Commit openjdk/riscv-port-jdk17u/cd7de115
-
Review openjdk/jdk17u-dev/1427
-
Review openjdk/jdk/11005
-
Review openjdk/riscv-port-jdk17u/48
(2 links to)