RFR(M): 8244504: C2: refactor counted loop code in preparation for long counted loop

Tobias Hartmann tobias.hartmann at oracle.com
Wed May 27 12:23:33 UTC 2020


Hi Roland,

On 27.05.20 14:10, Roland Westrelin wrote:
> That would make sense but:
> 
> int hack_res = (i >= 0) ? divisor : 1;
> 
> is not a min, right?
> 
> I don't see any other in the C2 code base.

Okay, you are right.

Looks good to me then.

Best regards,
Tobias


More information about the hotspot-compiler-dev mailing list