-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 15, 16
-
b23
At least one test:
runtime/Safepoint/TestAbortVMOnSafepointTimeout.java
Fails on Zero with:
# Internal Error (/home/shade/trunks/jdk/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:250), pid=560280, tid=560281
# fatal error: caught unhandled signal 4
The test expects "SIGKILL (sent by kill)" in the test output.
runtime/Safepoint/TestAbortVMOnSafepointTimeout.java
Fails on Zero with:
# Internal Error (/home/shade/trunks/jdk/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:250), pid=560280, tid=560281
# fatal error: caught unhandled signal 4
The test expects "SIGKILL (sent by kill)" in the test output.
- relates to
-
JDK-8255743 Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java
- Resolved