JDK-6711083 : 64bit JVM crashes with Internal Error (type.cpp:763) - ShouldNotReachHere() with enabled COOPs
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs13
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-06-05
  • Updated: 2011-03-07
  • Resolved: 2011-03-07
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 6 JDK 7 Other
6u14Fixed 7Fixed hs13Fixed
Related Reports
Relates :  
Description
That issue is seen with 64 bit Server JVM, Linux RedHat 5, Windows 2003, Windows Vista.
The JDK used is 7 b29 from /net/bonsai.sfbay/w/builds/jdk/7/pit/b29/bundles that comes with hs_13, b01.
Typical failure output is:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (type.cpp:763), pid=15656, tid=1089530176
#  Error: ShouldNotReachHere()
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (13.0-b01 mixed mode linux-amd64 compressed oops)
# An error report file with more information is saved as:
# /export/local/5897.JDK7.PIT.JMX+64BITRHAS5.0AMD_server_mixed_testlist.functional/results/gtee.Linux.amd64/mbeanperf_03/hs_err_pid15656.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Comments
EVALUATION Several xmeet routines are missing entries for NarrowOop.
05-06-2008

EVALUATION Forgot to say a JDK 7 b29 with hs 12 allowed to get all tests green on Linux RH 5. Probably enough to say the issue comes with hs 13 b01.
05-06-2008

WORK AROUND As per Katya's recommendation, run with with -XX:-UseCompressedOops.
05-06-2008