Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083105 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | b36 |
JDK-8063332 | 8u45 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8059641 | 8u40 | Goetz Lindenmaier | P4 | Resolved | Fixed | b09 |
JDK-8071068 | emb-8u47 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
This change fixes some bugs in the ppc64 port:
- temp reg r0 overwritten in decode_klass_not_null()
- check for full code cache was missing in some places
- decodeNKlass had edge of type RegN which got an oop_map and broke GC.
And some other improvements
- remove some superfluous isync instructions
- set SUPPORTS_NATIVE_CX8
- implement some new Power8 instructions to be used later
- temp reg r0 overwritten in decode_klass_not_null()
- check for full code cache was missing in some places
- decodeNKlass had edge of type RegN which got an oop_map and broke GC.
And some other improvements
- remove some superfluous isync instructions
- set SUPPORTS_NATIVE_CX8
- implement some new Power8 instructions to be used later
- backported by
-
JDK-8059641 Recent bugfixes in ppc64 port.
-
- Resolved
-
-
JDK-8063332 Recent bugfixes in ppc64 port.
-
- Resolved
-
-
JDK-8071068 Recent bugfixes in ppc64 port.
-
- Resolved
-
-
JDK-8083105 Recent bugfixes in ppc64 port.
-
- Resolved
-