RFR(M): 8166140: C1: Possible integer overflow in LIRGenerator::generate_address on several platforms

Doerr, Martin martin.doerr at sap.com
Thu Sep 15 15:25:05 UTC 2016


Hi,

as discussed with Vladimir, C1 contains code to simplify constant index/displacement addressing which uses int. However, int may overflow on 64 bit platforms.

Please review the following webrev:
http://cr.openjdk.java.net/~mdoerr/8166140_C1_int_overflow/webrev.00/

I'll also need a sponsor, please.

Thanks and best regards,
Martin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160915/08e3d22f/attachment.html>


More information about the hotspot-compiler-dev mailing list