JDK-8016269 : assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs24,hs25
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • Submitted: 2013-06-10
  • Updated: 2013-06-25
  • Resolved: 2013-06-25
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.
Other
hs24Resolved
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Description
during PIT of hs25-b36 for jdk8-b94 three 'mb/app/sjas/GeneratedSPECjAppServerNumberFormat/' tests trigger assert in compiler thread on solaris-sparc and solaris-i586


;; Using jvm: "/bpool/local/aurora/sandbox/sca/vmsqe/jdk/pit/2013-06-07-162717.amurillo.hs25-b36-snapshot/fastdebug/solaris-i586/jre/lib/i386/server/libjvm.so"
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/opt/jprt/T/P1/162717.amurillo/s/src/share/vm/opto/live.cpp:97), pid=28909, tid=31
#  assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b93) (build 1.8.0-ea-fastdebug-b93)
# Java VM: Java HotSpot(TM) Server VM (25.0-b36-internal-201306071627.amurillo.hs25-b36-snapshot-fastdebug mixed mode solaris-x86 )
# Core dump written. Default location: /bpool/local/aurora/sandbox/results/ResultDir/testNumberFormatCurrency/core or core.28909
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

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

Current thread (0x082e7c00):  JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=31, stack(0xb494a000,0xb49ca000)]

Stack: [0xb494a000,0xb49ca000],  sp=0xb49c7460,  free space=501k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x1e93ea2]  void VMError::report(outputStream*)+0x966;;  __1cHVMErrorGreport6MpnMoutputStream__v_+0x966
V  [libjvm.so+0x1e954e2]  void VMError::report_and_die()+0x722;;  __1cHVMErrorOreport_and_die6M_v_+0x722
V  [libjvm.so+0xba6ea6]  void report_vm_error(const char*,int,const char*,const char*)+0x53a;;  __1cPreport_vm_error6Fpkci11_v_+0x53a
V  [libjvm.so+0x164df38]  void PhaseLive::compute(unsigned)+0x1c70;;  __1cJPhaseLiveHcompute6MI_v_+0x1c70
V  [libjvm.so+0x901b84]  void PhaseChaitin::Register_Allocate()+0x910;;  __1cMPhaseChaitinRRegister_Allocate6M_v_+0x910
V  [libjvm.so+0xaa972c]  void Compile::Code_Gen()+0x5bc;;  __1cHCompileICode_Gen6M_v_+0x5bc
V  [libjvm.so+0xa9bf29]  Compile::Compile(ciEnv*,C2Compiler*,ciMethod*,int,bool,bool,bool)+0x18e5;;  __1cHCompile2t6MpnFciEnv_pnKC2Compiler_pnIciMethod_ibbb_v_+0x18e5
V  [libjvm.so+0x8a639c]  void C2Compiler::compile_method(ciEnv*,ciMethod*,int)+0x1b4;;  __1cKC2CompilerOcompile_method6MpnFciEnv_pnIciMethod_i_v_+0x1b4
V  [libjvm.so+0xabcdd8]  void CompileBroker::invoke_compiler_on_method(CompileTask*)+0x4dc;;  __1cNCompileBrokerZinvoke_compiler_on_method6FpnLCompileTask__v_+0x4dc
V  [libjvm.so+0xabc3bd]  void CompileBroker::compiler_thread_loop()+0x449;;  __1cNCompileBrokerUcompiler_thread_loop6F_v_+0x449
V  [libjvm.so+0x1d6635a]  void compiler_thread_entry(JavaThread*,Thread*)+0x2e;;  __1cVcompiler_thread_entry6FpnKJavaThread_pnGThread__v_+0x2e
V  [libjvm.so+0x1d57b09]  void JavaThread::thread_main_inner()+0x4e1;;  __1cKJavaThreadRthread_main_inner6M_v_+0x4e1
V  [libjvm.so+0x1d572f4]  void JavaThread::run()+0x870;;  __1cKJavaThreadDrun6M_v_+0x870
V  [libjvm.so+0x1980b59]  java_start+0x1d1;;  java_start+0x1d1
C  [libc.so.1+0xc3adc]  _thrp_setup+0x9d;;  _thrp_setup+0x9d
C  [libc.so.1+0xc3d80]  _lwp_start+0x0;;  _lwp_start+0x0


Current CompileTask:
C2:    883   33             java.text.DecimalFormat::fastFormat (124 bytes)
Comments
Related to 8005956 and 8016157. The problem is not reproduced with those 2 fixes. Will close as duplicate after 8005956 and 8016157 pushed into hs24.
19-06-2013