JDK-8032000 : Test vm/mlvm/meth/stress/jni/nativeAndMH asserted: assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee()) failed: a) MT-unsafe modification of inline cache
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs25,8
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-01-16
  • Updated: 2014-01-17
  • Resolved: 2014-01-16
Related Reports
Duplicate :  
Description
The test failed in the JDK 8 nightly tests.

Test URL: http://aurora.ru.oracle.com/functional/faces/RunDetails.xhtml?names=344623.JAVASE.NIGHTLY.VM.Main_Baseline_jdk8.2014-01-10-79&show-limit=0&filter=

[2014-01-11T14:11:41.59] # A fatal error has been detected by the Java Runtime Environment:
[2014-01-11T14:11:41.59] #
[2014-01-11T14:11:41.59] #  Internal Error (/opt/jprt/T/P1/171759.hseigel/s/src/cpu/x86/vm/compiledIC_x86.cpp:134), pid=7462, tid=139717808641792
[2014-01-11T14:11:41.59] #  assert(method_holder->data() == 0 || method_holder->data() == (intptr_t)callee()) failed: a) MT-unsafe modification of inline cache
[2014-01-11T14:11:41.59] #
[2014-01-11T14:11:41.59] # JRE version: Java(TM) SE Runtime Environment (8.0-b122) (build 1.8.0-ea-fastdebug-b122)
[2014-01-11T14:11:41.59] # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b66-internal-201401101717.hseigel.bug_8031059_main-fastdebug compiled mode linux-amd64 compressed oops)
[2014-01-11T14:11:41.59] # Core dump written. Default location: /export/local/aurora/sandbox/results/ResultDir/nativeAndMH/core or core.7462

See attached hs_err file.