RFR: 8319850: PrintInlining should print which methods are late inlines

Joshua Cao duke at openjdk.org
Thu Dec 7 22:51:50 UTC 2023


On Thu, 16 Nov 2023 12:07:10 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> > Yes, `PrintInlining` reports late inlines, but I think it would be nice for it to explicitly state which inlines are late inlines. I want to print `late inline`.
> 
> I get it now and that looks reasonable to me. What about method handle invokes and late inlining of virtual calls. For those 2, the call site is initially found to not be a candidate for inlining and only later the compiler finds that it can inline. Does your change cover those 2 cases?

I reworked so that the patch can handle the cases you just mentioned. It does not explicitly mentions if a call is virtual.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16595#issuecomment-1846225499


More information about the hotspot-compiler-dev mailing list