-
Bug
-
Resolution: Won't Fix
-
P4
-
hs14
-
x86
-
solaris_10
The inconsistency between igvn->type(addP)==InstPtr and addP->bottom_type() == Top
when the base and the address of addP are TOP exposes the bug 6714406.
Such inconsistency could be created in kill_dead_code() (node.cpp)
where dead users are not killed aggressively but just put on IGVN worklist.
Types should be consistent.
when the base and the address of addP are TOP exposes the bug 6714406.
Such inconsistency could be created in kill_dead_code() (node.cpp)
where dead users are not killed aggressively but just put on IGVN worklist.
Types should be consistent.
- relates to
-
JDK-6714406 Node::dominates() does not always check for TOP
-
- Resolved
-
-
JDK-8034216 assert(false) failed: infinite loop in PhaseIterGVN::optimize
-
- Closed
-
-
JDK-8034871 phaseX.cpp: infinite loop in PhaseIterGVN::optimize
-
- Closed
-