-
Bug
-
Resolution: Fixed
-
P4
-
9, 10, 11, 12, 13
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8243357 | 11.0.8-oracle | Tobias Hartmann | P4 | Resolved | Fixed | b04 |
JDK-8245201 | 11.0.8 | Tobias Hartmann | P4 | Resolved | Fixed | b04 |
Running with -XX:+TraceICs crashes the VM:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f9a3fd3aceb, pid=8711, tid=8712
#
# JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-internal+0-adhoc.tobias.open)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-internal+0-adhoc.tobias.open, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x14a6ceb] Metadata::print_value_string() const+0x3b
Stack: [0x00007f9a41ab6000,0x00007f9a41bb7000], sp=0x00007f9a41bb0580, free space=1001k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x14a6ceb] Metadata::print_value_string() const+0x3b
V [libjvm.so+0xaf2453] CompiledIC::set_to_monomorphic(CompiledICInfo&)+0x593
V [libjvm.so+0x179a9fe] SharedRuntime::resolve_sub_helper_internal(methodHandle, frame const&, CompiledMethod*, bool, bool, Handle, CallInfo&, Bytecodes::Code, Thread*)+0x6de
V [libjvm.so+0x179b028] SharedRuntime::resolve_sub_helper(JavaThread*, bool, bool, Thread*)+0x478
V [libjvm.so+0x179b30e] SharedRuntime::resolve_helper(JavaThread*, bool, bool, Thread*)+0x4e
V [libjvm.so+0x179bc2b] SharedRuntime::resolve_o
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f9a3fd3aceb, pid=8711, tid=8712
#
# JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-internal+0-adhoc.tobias.open)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-internal+0-adhoc.tobias.open, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x14a6ceb] Metadata::print_value_string() const+0x3b
Stack: [0x00007f9a41ab6000,0x00007f9a41bb7000], sp=0x00007f9a41bb0580, free space=1001k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x14a6ceb] Metadata::print_value_string() const+0x3b
V [libjvm.so+0xaf2453] CompiledIC::set_to_monomorphic(CompiledICInfo&)+0x593
V [libjvm.so+0x179a9fe] SharedRuntime::resolve_sub_helper_internal(methodHandle, frame const&, CompiledMethod*, bool, bool, Handle, CallInfo&, Bytecodes::Code, Thread*)+0x6de
V [libjvm.so+0x179b028] SharedRuntime::resolve_sub_helper(JavaThread*, bool, bool, Thread*)+0x478
V [libjvm.so+0x179b30e] SharedRuntime::resolve_helper(JavaThread*, bool, bool, Thread*)+0x4e
V [libjvm.so+0x179bc2b] SharedRuntime::resolve_o
- backported by
-
JDK-8243357 Develop flag TraceICs is broken
-
- Resolved
-
-
JDK-8245201 Develop flag TraceICs is broken
-
- Resolved
-