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

Tobias Hartmann tobias.hartmann at oracle.com
Wed Jun 13 13:07:50 UTC 2018


Thanks again, Roland.

Best regards,
Tobias

On 13.06.2018 14:57, 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.
> 
> Roland.
> 


More information about the hotspot-compiler-dev mailing list