RFR(XS) 8151874: [JVMCI] canInlineMethod should check is_not_compilable for correct CompLevel

Tom Rodriguez tom.rodriguez at oracle.com
Wed Mar 16 16:07:02 UTC 2016


Thanks!

tom

> On Mar 15, 2016, at 11:43 AM, Christian Thalinger <christian.thalinger at oracle.com> wrote:
> 
> Looks good.
> 
>> On Mar 14, 2016, at 9:12 PM, Tom Rodriguez <tom.rodriguez at oracle.com <mailto:tom.rodriguez at oracle.com>> wrote:
>> 
>> 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/20160316/de91a36a/attachment.html>


More information about the hotspot-compiler-dev mailing list