-
Bug
-
Resolution: Fixed
-
P4
-
port-stage-ppc-aix
-
None
-
master
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8033049 | 9 | Goetz Lindenmaier | P4 | Resolved | Fixed | b04 |
JDK-8045353 | 8u25 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8038551 | 8u20 | Goetz Lindenmaier | P4 | Resolved | Fixed | b08 |
JDK-8053461 | emb-8u26 | Goetz Lindenmaier | P4 | Resolved | Fixed | b17 |
This fixes some issues in the ppc and aix coding of the port:
Fix stack overflow issue: code branched to zero.
Fix: Generate throw_StackOverflowError stub before generating
the native entry.
Fix assertion when looking for nmethod in code cache:
use unsafe accessor. Also optimize: don't look up the
address twice.
Fix compressing klass pointers.
Implement some missing stuff in the aix os branch.
----------------------------
This is preparation for PPC64 integration: http://openjdk.java.net/jeps/175
This and following ppc64 changes will go into staging repository first and tested there: http://hg.openjdk.java.net/ppc-aix-port/stage/
Fix stack overflow issue: code branched to zero.
Fix: Generate throw_StackOverflowError stub before generating
the native entry.
Fix assertion when looking for nmethod in code cache:
use unsafe accessor. Also optimize: don't look up the
address twice.
Fix compressing klass pointers.
Implement some missing stuff in the aix os branch.
----------------------------
This is preparation for PPC64 integration: http://openjdk.java.net/jeps/175
This and following ppc64 changes will go into staging repository first and tested there: http://hg.openjdk.java.net/ppc-aix-port/stage/
- backported by
-
JDK-8033049 PPC64: Some fixes in ppc and aix coding.
- Resolved
-
JDK-8038551 PPC64: Some fixes in ppc and aix coding.
- Resolved
-
JDK-8045353 PPC64: Some fixes in ppc and aix coding.
- Resolved
-
JDK-8053461 PPC64: Some fixes in ppc and aix coding.
- Resolved