RFR: 8319850: PrintInlining should print which methods are late inlines [v11]
theoweidmannoracle
duke at openjdk.org
Tue Nov 26 14:13:03 UTC 2024
On Thu, 21 Nov 2024 18:47:05 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
>> theoweidmannoracle has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix more style issues
>
> src/hotspot/share/opto/printinlining.cpp line 61:
>
>> 59:
>> 60: return locate_call(state->caller(), nullptr)->at_bci(state->bci(), create_for);
>> 61: }
>
> Can we be on the safe side and convert this into an iterative process instead, so that we don't have to worry about stack usage?
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21899#discussion_r1858607835
More information about the hotspot-compiler-dev
mailing list