JDK-6819176 : Compressed oops causes assert(n != 0L,"Bad immediate dominator info.")
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs15
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2009-03-18
  • Updated: 2010-04-03
  • Resolved: 2009-04-14
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
hs15Resolved
Related Reports
Relates :  
Relates :  
Description
java -d64 -XX:+UseCompressedOops -Xss4m -Xverify:all -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=1 -Xbootclasspath/p:/net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/common.jar
VM option '+UseCompressedOops'
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=1'
CompilerOracle: print jnt/scimark2/SparseCompRow.matmult
CompileTheWorld : Compiling all classes in /net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/common.jar

CompileTheWorld (1) : Skipping atg/common/porthole
CompileTheWorld (2) : atg/common/access/AccessConstants
...
CompileTheWorld (87) : atg/common/util/creditcard/CardTypeData
CompileTheWorld (88) : atg/common/util/creditcard/CardType
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/loopnode.hpp:638
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (src/share/vm/opto/loopnode.hpp:638), pid=14519, tid=20
#  Error: assert(n != 0L,"Bad immediate dominator info.")
#
# JRE version: 6.0_06-b04
# Java VM: OpenJDK 64-Bit Server VM (15.0-b02-internal-jvmg mixed mode solaris-amd64 compressed oops)
# An error report file with more information is saved as:
# solaris_amd64_compiler2/jvmg/hs_err_pid14519.log
#

Comments
EVALUATION I will close this bug (which I created) since I can't reproduce it any more after the fix for 6711117. I will open a new bug if we hit the problem again.
14-04-2009