RFR: 8319850: PrintInlining should print which methods are late inlines [v14]

theoweidmannoracle duke at openjdk.org
Tue Nov 26 14:13:02 UTC 2024


On Sat, 23 Nov 2024 01:07:18 GMT, Dean Long <dlong at openjdk.org> wrote:

>> theoweidmannoracle has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix TestDuplicatedLateInliningOutput
>
> src/hotspot/share/opto/printinlining.cpp line 60:
> 
>> 58:   return locate(state->caller(), nullptr)->at_bci(state->bci(), callee);
>> 59: }
>> 60: 
> 
> It looks like you are building a tree, just like InlineTree.  I wonder if it would make sense to unify them somehow in the future.

I thought about this too. Should I open an RFE for this?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21899#discussion_r1858608940


More information about the hotspot-compiler-dev mailing list