RFR: 8319850: PrintInlining should print which methods are late inlines
Roland Westrelin
roland at openjdk.org
Thu Nov 16 12:09:29 UTC 2023
On Fri, 10 Nov 2023 21:40:58 GMT, Joshua Cao <duke 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?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16595#issuecomment-1814317329
More information about the hotspot-compiler-dev
mailing list