-
Bug
-
Resolution: Fixed
-
P4
-
openjdk8u292, 11, 15
-
b19
-
aarch64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256637 | 11.0.11-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8258880 | 11.0.11 | Yang Zhang | P4 | Resolved | Fixed | b01 |
instruct reduce_add2I
effect(TEMP tmp, TEMP tmp2);
"addw $dst, $src1, $tmp\n\t"
"addw $dst, $dst, $tmp2\t add reduction2I"
dst may be same with tmp2. Then register conflict happens.
effect(TEMP tmp, TEMP tmp2);
"addw $dst, $src1, $tmp\n\t"
"addw $dst, $dst, $tmp2\t add reduction2I"
dst may be same with tmp2. Then register conflict happens.
- backported by
-
JDK-8256637 AArch64: Fix a potential issue about register allocation effect rule in reduce_add2I
- Resolved
-
JDK-8258880 AArch64: Fix a potential issue about register allocation effect rule in reduce_add2I
- Resolved