-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7
-
generic
-
linux
This assertion is observed at least on linux-i586/amd64 with both latest jdk6 (1.6.0_10-ea-b09)and jdk7 (1.7.0-ea-b24):
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/type.hpp:984), pid=16509, tid=1084402016
# Error: assert(_base >= AnyPtr && _base <= KlassPtr,"Not a pointer")
It occurs only in -Xcomp mode.
Testcase and hs_err file are attached.
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/type.hpp:984), pid=16509, tid=1084402016
# Error: assert(_base >= AnyPtr && _base <= KlassPtr,"Not a pointer")
It occurs only in -Xcomp mode.
Testcase and hs_err file are attached.
- duplicates
-
JDK-6646019 array subscript expressions become top() with -d64
- Closed