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

Tobias Hartmann tobias.hartmann at oracle.com
Thu Jun 14 06:47:43 UTC 2018


Thanks, Vladimir.

Best regards,
Tobias

On 13.06.2018 19:03, Vladimir Kozlov wrote:
> 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