-
Bug
-
Resolution: Fixed
-
P4
-
port-stage-ppc-aix
-
None
-
master
-
ppc
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8033037 | 9 | Goetz Lindenmaier | P4 | Closed | Fixed | b04 |
JDK-8045338 | 8u25 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8038536 | 8u20 | Goetz Lindenmaier | P4 | Closed | Fixed | b08 |
JDK-8053448 | emb-8u26 | Goetz Lindenmaier | P4 | Resolved | Fixed | b17 |
PPC has a compare-and-trap instruction that is used for NullChecks and RangeChecks.
If a check fails, SIGTRAP is raised and must be handled by the signal handler of the VM.
Add support for handling SIGTRAP on PPC64 to linux.
----------------------------
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/
http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/file/338e318f1e12/ppc_patches/0214_linux-Extend_signal_handler_to_catch_SIGTRAP_on_ppc.patch
If a check fails, SIGTRAP is raised and must be handled by the signal handler of the VM.
Add support for handling SIGTRAP on PPC64 to linux.
----------------------------
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/
http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/file/338e318f1e12/ppc_patches/0214_linux-Extend_signal_handler_to_catch_SIGTRAP_on_ppc.patch
- backported by
-
JDK-8045338 PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64.
-
- Resolved
-
-
JDK-8053448 PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64.
-
- Resolved
-
-
JDK-8033037 PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64.
-
- Closed
-
-
JDK-8038536 PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64.
-
- Closed
-