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