-
Enhancement
-
Resolution: Fixed
-
P3
-
11, 12, 13, 14
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246829 | 13.0.4 | Christian Hagedorn | P3 | Resolved | Fixed | b05 |
JDK-8252836 | 11.0.10-oracle | Christian Hagedorn | P3 | Resolved | Fixed | b01 |
JDK-8245749 | 11.0.8 | Christian Hagedorn | P3 | Resolved | Fixed | b05 |
# SIGILL (0x4) at pc=0x00007f55b4df37d6, pid=15865, tid=15869
#
# JRE version: OpenJDK Runtime Environment (13.0+9) (build 13-ea+9)
# Java VM: OpenJDK 64-Bit Server VM (13-ea+9, mixed mode, sharing,
tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# J 10152 c2
com.sun.tools.javac.tree.Pretty.visitLiteral(Lcom/sun/tools/javac/tree/JCTree$JCLiteral;)V
jdk.compiler at 13-ea (282 bytes) @ 0x00007f55b4df37d6
[0x00007f55b4df07a0+0x0000000000003036]
Without laborous analysis of generated code, it's impossible to say
whether it's a JVM bug or a problem in user code. I believe JVM can do better in such situations and print meaningful error message instead when crashing.
http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2019-June/034194.html
- backported by
-
JDK-8245749 Provide more information when hitting SIGILL from HaltNode
- Resolved
-
JDK-8246829 Provide more information when hitting SIGILL from HaltNode
- Resolved
-
JDK-8252836 Provide more information when hitting SIGILL from HaltNode
- Resolved
- relates to
-
JDK-8224658 Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
- Resolved
-
JDK-8230762 Change MacroAssembler::debug32/64 to use fatal instead of assert
- Resolved
-
JDK-8231430 C2: Memory stomp in max_array_length() for T_ILLEGAL type
- Resolved
-
JDK-8231720 Some perf regressions after 8225653
- Resolved
-
JDK-8260338 Some fields in HaltNode is not cloned
- Resolved
-
JDK-8229495 SIGILL in C2 generated OSR compilation
- Closed
-
JDK-8230552 Provide information when hitting a HaltNode for architectures other than x86
- Resolved