JDK-8225149 : assert in LIR_Assembler::clinit_barrier: initialization should have been started
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 13
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86_64
  • Submitted: 2019-06-01
  • Updated: 2019-06-01
  • Resolved: 2019-06-01
Related Reports
Duplicate :  
Relates :  
Description
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (open/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:365), pid=956, tid=978
#  assert(method->holder()->is_being_initialized() || method->holder()->is_initialized()) failed: initialization should have been started
#
# JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-ea+0-1198)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-ea+0-1198, compiled mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x750f4c]  LIR_Assembler::clinit_barrier(ciMethod*)+0xac
#
# Core dump will be written. Default location: core.956
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Comments
Stack: [0x00007f773fcfd000,0x00007f773fdfe000], sp=0x00007f773fdfbe10, free space=1019k Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x750f4c] LIR_Assembler::clinit_barrier(ciMethod*)+0xac V [libjvm.so+0x74cfef] LIR_Assembler::emit_op0(LIR_Op0*)+0x16f V [libjvm.so+0x74e974] LIR_Assembler::emit_lir_list(LIR_List*)+0x134 V [libjvm.so+0x74ee46] LIR_Assembler::emit_block(BlockBegin*)+0x86 V [libjvm.so+0x74f0a9] LIR_Assembler::emit_code(BlockList*)+0x99 V [libjvm.so+0x6f7280] Compilation::emit_code_body()+0x1e0 V [libjvm.so+0x6f79fc] Compilation::compile_java_method()+0x59c V [libjvm.so+0x6f8404] Compilation::compile_method()+0x1d4 V [libjvm.so+0x6f8dda] Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*, DirectiveSet*)+0x33a V [libjvm.so+0x6f9afe] Compiler::compile_method(ciEnv*, ciMethod*, int, DirectiveSet*)+0x14e V [libjvm.so+0x9ca90d] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x46d V [libjvm.so+0x9cb908] CompileBroker::compiler_thread_loop()+0x3b8 V [libjvm.so+0x16bd63a] JavaThread::thread_main_inner()+0x26a V [libjvm.so+0x16c5be7] JavaThread::run()+0x227 V [libjvm.so+0x16c2d16] Thread::call_run()+0xf6 V [libjvm.so+0x13e0f6e] thread_native_entry(Thread*)+0x10e
01-06-2019