JDK-6879934 : CTW failure jdk6_18/hotspot/src/share/vm/compiler/methodLiveness.cpp:477
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs16
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: x86
  • Submitted: 2009-09-08
  • Updated: 2011-01-19
  • Resolved: 2010-09-20
Related Reports
Duplicate :  
Description
The C1 specific.

To reproduce run:
/net/sqenfs-1.sfbay/export1/jdk/re/6u18/promoted/all/b01/binaries/solaris-sparc/fastdebug/bin/java -client -XX:-ShowMessageBoxOnError -Xverify:all  -XX:+CompileTheWorld  -Xbootclasspath/p:/net/sqenfs-1.sfbay/export1/comp/vm/testbase/ctw/build/../jars/ctw/jarfiles/appletExample.jar


Output:

CompileTheWorld (140) : com/ofx/persistence/SxDatabaseSession
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/methodLiveness.cpp:477
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/BUILD_AREA/jdk6_18/hotspot/src/share/vm/compiler/methodLiveness.cpp:477), pid=9378, tid=7
#  Error: assert(0 <= bci && bci < method()->code_size(),"bci out of range")
#
# JRE version: 6.0_18-b01
# Java VM: Java HotSpot(TM) Client VM (16.0-b08-fastdebug mixed mode solaris-sparc )
# An error report file with more information is saved as:
# /tmp/hs_err_pid9378.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 7
Dumping core ...
Abort