RFR(XS) 8151874: [JVMCI] canInlineMethod should check is_not_compilable for correct CompLevel
Tom Rodriguez
tom.rodriguez at oracle.com
Tue Mar 15 07:12:12 UTC 2016
http://cr.openjdk.java.net/~never/8151874/webrev/ <http://cr.openjdk.java.net/~never/8151874/webrev/>
Currently canInlineMethod is calling is_not_compilable() with no arguments which checks whether compilation has been disabled at any level which is incorrect. Only CompLevel_full_optimization should be consulted.
tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160315/8ac1c0b8/attachment.html>
More information about the hotspot-compiler-dev
mailing list