JDK-8226291 : Crash in CompiledMethod::cleanup_inline_caches_impl
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 13
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86_64
  • Submitted: 2019-06-18
  • Updated: 2019-06-18
  • Resolved: 2019-06-18
Related Reports
Duplicate :  
Description
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f2eea1132b4, pid=12850, tid=12875
#
# JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-ea+0-1342)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-ea+0-1342, mixed mode, tiered, z gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x9e62b4]  CompiledMethod::cleanup_inline_caches_impl(bool, bool)+0x254
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Comments
Duplicate of JDK-8224674
18-06-2019

Current thread (0x00007f2ee42b4b10): JavaThread "Sweeper thread" daemon [_thread_in_vm, id=12875, stack(0x00007f2cb51fa000,0x00007f2cb52fb000)] Stack: [0x00007f2cb51fa000,0x00007f2cb52fb000], sp=0x00007f2cb52f9890, free space=1022k Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x9e62b4] CompiledMethod::cleanup_inline_caches_impl(bool, bool)+0x254 V [libjvm.so+0x9e6dc2] CompiledMethod::cleanup_inline_caches(bool)+0x52 V [libjvm.so+0x163e6cb] NMethodSweeper::process_compiled_method(CompiledMethod*)+0x29b V [libjvm.so+0x163fbe8] NMethodSweeper::sweep_code_cache()+0x418 V [libjvm.so+0x164074d] NMethodSweeper::possibly_sweep()+0x10d V [libjvm.so+0x1640cb2] NMethodSweeper::sweeper_loop()+0x1f2 V [libjvm.so+0x16cb16a] JavaThread::thread_main_inner()+0x26a V [libjvm.so+0x16d37d7] JavaThread::run()+0x227 V [libjvm.so+0x16d0846] Thread::call_run()+0xf6 V [libjvm.so+0x13eef1e] thread_native_entry(Thread*)+0x10e siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000
18-06-2019