-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 23
-
b22
This line in PhaseIdealLoop::loop_predication_impl_helper prints the node index of the lower bounds check, not the upper bounds check:
if (TraceLoopPredicate) tty->print_cr("upper bound check if: %d", lower_bound_iff->_idx);
if (TraceLoopPredicate) tty->print_cr("upper bound check if: %d", lower_bound_iff->_idx);
- relates to
-
JDK-8203197 C2: consider all paths in loop body for loop predication
- Resolved