RFR(L): 8005071: Incremental inlining for JSR 292

Christian Thalinger christian.thalinger at oracle.com
Fri Dec 21 11:57:09 PST 2012


On Dec 21, 2012, at 5:48 AM, Roland Westrelin <roland.westrelin at oracle.com> wrote:

> Hi Chris,
> 
>>> Is there anything in the logic that you think can be a problem?
>> 
>> Only this one:
>> 
>>   } else if (!callee_method->was_executed_more_than(MIN2(MinInliningThreshold,
>>                                                          CompileThreshold >> 1))) {
>>     return "executed < MinInliningThreshold times";
>>   }
> 
> Are you suggesting that I change the code so that this call ends up on the late inlines list? FWIW, I tried and it doesn't seem to make a difference performance-wise.

I wasn't suggesting that but thanks for trying :-)

-- Chris


More information about the hotspot-compiler-dev mailing list