Currently UniqueNodeList is used for GVN oprimizations.
Unfortunately the nodes on UniqueNodeList could be shuffled
and processed not in the order they were put on the list.
With delayed IGVN processing during macro nodes expansion
it causes the problem since n->bottom_type() and igvn->type(n)
may not match.
Unfortunately the nodes on UniqueNodeList could be shuffled
and processed not in the order they were put on the list.
With delayed IGVN processing during macro nodes expansion
it causes the problem since n->bottom_type() and igvn->type(n)
may not match.
- duplicates
-
JDK-6772725 -XX:+AggressiveOpts assert(flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
-
- Closed
-
- relates to
-
JDK-6812217 Base memory of MergeMem node violates assert during killing expanded AllocateArray node
-
- Closed
-