In the process of testing JDK-8354282, we noticed that BoolNode::Value_cmpu_and_mask() does not look through cast nodes. Even though it is quite an edge case, we should update BoolNode::Value_cmpu_and_mask() to look through cast nodes.
We split this to a separate RFE since we are currently already in RDP 1 for JDK 26 andJDK-8354282 needs to be backported.
I attached an IR test that works beforeJDK-8354282 but fails afterwards. No additional flags required.
We split this to a separate RFE since we are currently already in RDP 1 for JDK 26 and
I attached an IR test that works before
- is blocked by
-
JDK-8354282 C2: more crashes in compiled code because of dependency on removed range check CastIIs
-
- Resolved
-