JDK-6646015 : Assertion (_base == Int,"Not an Int") in -Xcomp mode
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: generic
  • Submitted: 2007-12-29
  • Updated: 2012-02-01
  • Resolved: 2008-01-09
Related Reports
Duplicate :  
Description
This assertion is observed at least on linux-i586/amd64 with both jdk6/7:
	#  Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/type.hpp:955), pid=15164, tid=1083349344
	#  Error: assert(_base == Int,"Not an Int")

It occurs only in -Xcomp mode.

Testcase and hs_err file are attached.

Comments
EVALUATION While the failure mode is different, the test case for this bugid exercises the problem that is seen in 6646019.
09-01-2008