RFR(M): 8005439: no message about inline method if it specified by CompileCommand

Igor Ignatyev igor.ignatyev at oracle.com
Wed Jan 23 00:49:25 PST 2013


Hi Vladimir,

Do you suggest to leave in the patch only changing of signature of 
methods (try_to_inline, should_inline, should_not_inline) w/o assign 
success message to out-parameter 'msg'?

Best regards,
Igor Ignatyev

On 01/22/2013 11:18 PM, Vladimir Kozlov wrote:
> Your changes in C2 are too intrusive for simple fix. You need separate
> RFE to print success message.
>
> Thanks,
> Vladimir
>
> On 1/22/13 7:05 AM, Igor Ignatyev wrote:
>> Hi all,
>>
>> Please review the fix.
>>
>> http://cr.openjdk.java.net/~vlivanov/8005439/webrev.00/
>>
>> print_inlining is not called if method specified by
>> '-XX:CompileCommand=inline'
>> so it's difficult to understand that the command works or does not work.
>>
>> Testing: JPRT


More information about the hotspot-compiler-dev mailing list