JDK-8069263 : assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8u31,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-01-19
  • Updated: 2015-09-29
  • Resolved: 2015-03-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u60Fixed 9 b64Fixed
Related Reports
Duplicate :  
Description
The hs_err head is:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/opt/jprt/T/P1/001606.amurillo/s/hotspot/src/share/vm/code/dependencies.cpp:814), pid=18510, tid=2665479024
#  assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
#
# JRE version: Java(TM) SE Runtime Environment (8.0_40) (build 1.8.0_40-internal-fastdebug-20150117001606.amurillo.8u40-8u31-hs-dev-b00)
# Java VM: Java HotSpot(TM) Server VM (25.40-b25-fastdebug compiled mode linux-x86 )
# Failed to write core dump. 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
#

---------------  T H R E A D  ---------------

Current thread (0xa098b400):  JavaThread "C1 CompilerThread12" daemon [_thread_in_vm, id=18553, stack(0x9ed7f000,0x9ee00000)]

Stack: [0x9ed7f000,0x9ee00000],  sp=0x9edfe3e0,  free space=508k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xe311bb]  VMError::report_and_die()+0x17b
V  [libjvm.so+0x603478]  report_vm_error(char const*, int, char const*, char const*)+0x68
V  [libjvm.so+0x62e32b]  Dependencies::find_unique_concrete_method(Klass*, Method*)+0x2db
V  [libjvm.so+0x4be39c]  ciMethod::find_monomorphic_target(ciInstanceKlass*, ciInstanceKlass*, ciInstanceKlass*)+0x1ac
V  [libjvm.so+0x3a49a4]  GraphBuilder::invoke(Bytecodes::Code)+0xd64
V  [libjvm.so+0x3a59f9]  GraphBuilder::iterate_bytecodes_for_block(int)+0x809
V  [libjvm.so+0x3a259d]  GraphBuilder::iterate_all_blocks(bool)+0xdd
V  [libjvm.so+0x3a7a4a]  GraphBuilder::GraphBuilder(Compilation*, IRScope*)+0x56a
V  [libjvm.so+0x3b1dff]  IRScope::IRScope(Compilation*, IRScope*, int, ciMethod*, int, bool)+0x18f
V  [libjvm.so+0x3b1eed]  IR::IR(Compilation*, ciMethod*, int)+0x5d
V  [libjvm.so+0x38893e]  Compilation::build_hir()+0x14e
V  [libjvm.so+0x389d24]  Compilation::compile_java_method()+0x114
V  [libjvm.so+0x389f23]  Compilation::compile_method()+0x63
V  [libjvm.so+0x38a41d]  Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*)+0x34d
V  [libjvm.so+0x38ba16]  Compiler::compile_method(ciEnv*, ciMethod*, int)+0x116
V  [libjvm.so+0x593fd1]  CompileBroker::invoke_compiler_on_method(CompileTask*)+0xbf1
V  [libjvm.so+0x59500f]  CompileBroker::compiler_thread_loop()+0x74f
V  [libjvm.so+0xda47ef]  compiler_thread_entry(JavaThread*, Thread*)+0x4f
V  [libjvm.so+0xdb6034]  JavaThread::thread_main_inner()+0x234
V  [libjvm.so+0xdb6404]  JavaThread::run()+0x314
V  [libjvm.so+0xbe7c79]  java_start(Thread*)+0x119
C  [libpthread.so.0+0x6a49]
C  [libc.so.6+0xdee1e]  clone+0x5e


Current CompileTask:
C1: 201158 9133    b  3       java.util.stream.Nodes$ConcNode$OfPrimitive::asPrimitiveArray (38 bytes)

Comments
Since it failed in the nightlies it should be a P1, perhaps.
29-01-2015

ILW=C1 Assert - not seen in product, jtreg stream tests, none so far = MMH=P3
19-01-2015