request for review (L): 7121756 Improve C1 inlining policy by using profiling at call sites

Roland Westrelin roland.westrelin at oracle.com
Thu Dec 15 07:32:39 PST 2011


Hi Kris,

> 1. How does this change interact with tiered mode?
> I see that in a tiered build, C1ProfileInlining is set to false in arguments.cpp. So this set of changes is only meant for a Client VM, right?

Yes, it's client only.

> 2. Is this change mainly targeted at embedded builds?
> In a desktop/server scenario, I had a feeling that the Client VM was going away, replaced by a unified tiered VM in the future. Hence the question.

Yes, it's mostly for embedded builds.

> 3. Are there any plans to do a late-inlining phase for C1?

I don't think there is a plan for anything like that.

Roland.


More information about the hotspot-compiler-dev mailing list