mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-24 23:00:02 +00:00
Optimization in CmpPNode::sub() removed the valid compare instruction because of false positive answer from detect_dominating_control(). Reviewed-by: jrose, sgoldman