Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8189882 | 8u172 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8190610 | 8u171 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8189240 | 8u162 | Martin Doerr | P4 | Resolved | Fixed | b03 |
JDK-8198063 | emb-8u171 | Martin Doerr | P4 | Resolved | Fixed | b01 |
On replacing lis/and by a single instruction (andis) it's
possible to reduce the path length so the program is shorter, and therefore is faster.
It's related to the discussion started here:
http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2016-October/024664.html
possible to reduce the path length so the program is shorter, and therefore is faster.
It's related to the discussion started here:
http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2016-October/024664.html
- backported by
-
JDK-8189240 PPC64: Use andis instead of lis/and
-
- Resolved
-
-
JDK-8189882 PPC64: Use andis instead of lis/and
-
- Resolved
-
-
JDK-8190610 PPC64: Use andis instead of lis/and
-
- Resolved
-
-
JDK-8198063 PPC64: Use andis instead of lis/and
-
- Resolved
-