After the fix for JDK-8319372, which removed some better type information for CastIINode, we might be able to relax the added bailout constraint !n->is_Type(). This RFE should investigate if that's possible.
We should be careful about sinking CheckCastPPNodes which, however, should be fine after the fix forJDK-8276064. But we should double-check that.
We should be careful about sinking CheckCastPPNodes which, however, should be fine after the fix for
- relates to
-
JDK-8319372 C2 compilation fails with "Bad immediate dominator info"
- Closed