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