RFR (XS): 8151988: Fix for bug - Hotspot deoptimizes div/mod pair usage

dean.long at oracle.com dean.long at oracle.com
Thu Jul 28 00:56:46 UTC 2016


How about this?  I think it gives the same result, but with fewer tests

              if (use->in(j) != in(j) &&(j != 0 || (use->in(j) != NULL && in(j) != NULL)) {
                break;
              }


dl

On 7/27/16 4:14 PM, Deshpande, Vivek R wrote:
>
> Hi
>
> I have resolved the bug and fix for the same is here.
>
> http://cr.openjdk.java.net/~vdeshpande/8151988/webrev.00/
>
> I have also updated the JBS entry.
>
> https://bugs.openjdk.java.net/browse/JDK-8151988
>
> Would you please review it.
>
> Regards,
>
> Vivek
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160727/7dee6ff7/attachment-0001.html>


More information about the hotspot-compiler-dev mailing list