[11] RFR(M): 8203915: Induction variable of over-unrolled loop conflicts with range checks

Roland Westrelin rwestrel at redhat.com
Wed Jun 13 12:57:32 UTC 2018


> final testing revealed a problem with my patch: if the stride is negative, we need check "2 * stride
> + 1" instead of "2 * stride - 1". Here's the incremental webrev:
> http://cr.openjdk.java.net/~thartmann/8203915/webrev.inc/

Looks ok to me.

Roland.


More information about the hotspot-compiler-dev mailing list