Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082710 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
JDK-8086502 | 8u65 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8079119 | 8u60 | Goetz Lindenmaier | P4 | Resolved | Fixed | b14 |
JDK-8137637 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8079950 | emb-8u60 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
JDK-8168599 | openjdk7u | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
The interpreter is not passing the thread to InterpreterRuntime::throw_AbstractMethodError. This leads to
SIGSEGV in rare cases.
Fix: add the thread register to the call_VM_leaf() call.
Also sharpen recognition of safepoints in signal handler. This SIGSEGV was taken as a safepoint, leading to follow up errors.
SIGSEGV in rare cases.
Fix: add the thread register to the call_VM_leaf() call.
Also sharpen recognition of safepoints in signal handler. This SIGSEGV was taken as a safepoint, leading to follow up errors.
- backported by
-
JDK-8079119 ppc: pass thread to throw_AbstractMethodError
- Resolved
-
JDK-8079950 ppc: pass thread to throw_AbstractMethodError
- Resolved
-
JDK-8082710 ppc: pass thread to throw_AbstractMethodError
- Resolved
-
JDK-8086502 ppc: pass thread to throw_AbstractMethodError
- Resolved
-
JDK-8137637 ppc: pass thread to throw_AbstractMethodError
- Resolved
-
JDK-8168599 ppc: pass thread to throw_AbstractMethodError
- Resolved
(1 backported by)