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

Dean Long dlong at openjdk.org
Tue Nov 26 17:45:53 UTC 2024


On Tue, 26 Nov 2024 14:08:17 GMT, theoweidmannoracle <duke at openjdk.org> wrote:

>> 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?

Yes, please.  Thanks.

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

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


More information about the hotspot-compiler-dev mailing list