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

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Jun 13 17:03:07 UTC 2018


On 6/13/18 5:57 AM, Roland Westrelin wrote:
> 
>> 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.

+1

Vladimir

> 
> Roland.
> 


More information about the hotspot-compiler-dev mailing list