Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045434 | 8u25 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8042782 | 8u20 | Goetz Lindenmaier | P4 | Resolved | Fixed | b14 |
JDK-8053352 | emb-8u26 | Goetz Lindenmaier | P4 | Resolved | Fixed | b17 |
JDK-8168595 | openjdk7u | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
This change fixes a few bugs in the ppc64 port.
* Expand of max/min nodes in .ad file relied on 64-bit sign extend
but placed the values in 32-bit registers. After SpillCopies
the upper bits were lost.
* Expand of decodeNKlass used wrong node.
* Implement missing support for method handles in generate_throw_exception.
* Some small optimizations and cleanups.
* Expand of max/min nodes in .ad file relied on 64-bit sign extend
but placed the values in 32-bit registers. After SpillCopies
the upper bits were lost.
* Expand of decodeNKlass used wrong node.
* Implement missing support for method handles in generate_throw_exception.
* Some small optimizations and cleanups.
- backported by
-
JDK-8042782 Some bugfixes for the ppc64 port.
- Resolved
-
JDK-8045434 Some bugfixes for the ppc64 port.
- Resolved
-
JDK-8053352 Some bugfixes for the ppc64 port.
- Resolved
-
JDK-8168595 Some bugfixes for the ppc64 port.
- Resolved