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

Roland Westrelin roland.westrelin at oracle.com
Fri Dec 21 05:48:03 PST 2012


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.

Roland.


More information about the hotspot-compiler-dev mailing list