CheckCastPPNode::Value calls TypeAryPtr::update_properties but this is currently never executed because for oopptrs we call ConstraintCastNode::Value just before. We should re-evaluate if that code (and related code added by JDK-8251442) is still needed.
- relates to
-
JDK-8251442 [lworld] C2 compilation fails with assert(value->bottom_type()->higher_equal(_type))
- Resolved