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