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