-
Bug
-
Resolution: Fixed
-
P3
-
hs13, 5.0u8
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177673 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b56 |
JDK-2180587 | 6u18 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
64bit fastdebug server jvm fails with assertion
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/compile.cpp:1270), pid=17619, tid=1084266816
# Error: assert(flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (13.0-b01-fastdebug compiled mode linux-amd64 compressed oops)
in comp mode in case both AggressiveOpts CompressedOops are enabled.
No failure in case AggressiveOpts or CompressedOops are disabled.
The problem started to appear from HS13-b01 (jdk7b27)
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/compile.cpp:1270), pid=17619, tid=1084266816
# Error: assert(flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (13.0-b01-fastdebug compiled mode linux-amd64 compressed oops)
in comp mode in case both AggressiveOpts CompressedOops are enabled.
No failure in case AggressiveOpts or CompressedOops are disabled.
The problem started to appear from HS13-b01 (jdk7b27)
- backported by
-
JDK-2180587 Assertion in 64bit server vm (flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
-
- Resolved
-
-
JDK-2177673 Assertion in 64bit server vm (flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
-
- Closed
-
- duplicates
-
JDK-6477531 memnode.cpp,100 assert(consistent,"adr_type must match alias idx") triggered during 1st pass of IGVN
-
- Closed
-
- relates to
-
JDK-6916062 assert(_inserts <= _insert_limit,"hash table overflow") in NodeHash::hash_insert with debug build
-
- Resolved
-
-
JDK-6819176 Compressed oops causes assert(n != 0L,"Bad immediate dominator info.")
-
- Closed
-