mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-22 05:50:03 +00:00
Disabled narrowing of range check dependent CastIIs (either through the CastII(AddI) optimization or through CastIINode::Ideal). Reviewed-by: vlivanov, kvn