JDK-6512742 : AggressiveOpts parameter cause ATG BigApps test unexpected error in 5.0u11 JVM
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 5.0u11
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-01-12
  • Updated: 2010-04-02
  • Resolved: 2007-01-12
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
5.0u11Resolved
Related Reports
Duplicate :  
Description
While running Bigapp-ATG test with jdk 5.0u8,u9,u10,u11 on sparc/x86 Solaris, x86 Linux, x86 Windows the test run in to error and it hang the whole test ONLY if AggressiveOpts parameter used.

/bt/atgrun.2088.-server/home
run.atg: Starting the Dynamo Server in the background.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0xfea09118, pid=2106, tid=7
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0_11-b03 mixed mode)
# Problematic frame:
# V  [libjvm.so+0x209118]
#
# An error report file with more information is saved as hs_err_pid2106.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

JDK            : JDK 5.0u8b03, 5.0u10b02, 5.0u11b03
Platform[s]    : x86 Windows XP, x86 Solaris 10, Sparc Solaris 10, x86 RHEL 4.0AS
switch/Mode    : -server -XX:+AggressiveOpts
testbase       : /net/urtsvr.ireland/export/bigapps

Results for all platforms can be accessed: 

http://latte.ireland/results/1.5.0_11/Build03/bigapps/issue/ 

The problem can be easyly reproduced:

1. Install Tiger JDK, export JAVA_HOME

2. ln -s /net/urtsvr.ireland/export/bigapps /bs

3. export JAVA_ARGS="-XX:+AggressiveOpts"

4. cd /bs/tests/

5. ./runatg.ksh -server

6. Find logs in /bt directory.

Please use the machine and logging details from CR's comments.

Comments
EVALUATION This is a duplicate of 6451451. Stack: [0xfae00000,0xfae80000), sp=0xfae7e1b0, free space=504k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x209118];; __1cMPhaseChaitinFSplit6MI_I_+0x3410 V [libjvm.so+0x214db8];; __1cMPhaseChaitinRRegister_Allocate6M_v_+0x728 V [libjvm.so+0x218db4];; __1cHCompileICode_Gen6M_v_+0x2b8 V [libjvm.so+0x280d3c];; __1cHCompile2t6MpnFciEnv_pnKC2Compiler_pnIciMethod_ii_v_+0xc10 V [libjvm.so+0x276de0];; __1cKC2CompilerOcompile_method6MpnFciEnv_pnIciMethod_i_v_+0xb8 V [libjvm.so+0x277990];; __1cNCompileBrokerZinvoke_compiler_on_method6FpnLCompileTask__v_+0x4d4 V [libjvm.so+0x3344f0];; __1cNCompileBrokerUcompiler_thread_loop6F_v_+0x454 V [libjvm.so+0x2dcbac];; __1cKJavaThreadDrun6M_v_+0x2b8 V [libjvm.so+0x67a7e0];; __1cG_start6Fpv_0_+0x210
12-01-2007