RFR: 8319850: PrintInlining should print which methods are late inlines [v14]
theoweidmannoracle
duke at openjdk.org
Mon Nov 25 10:33:22 UTC 2024
On Sat, 23 Nov 2024 01:00:24 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/compiler/compileTask.hpp line 222:
>
>> 220:
>> 221: /**
>> 222: * @deprecated Please rely on Compile::inline_printer. Do not directly write inlining information to tty.
>
> Can we get rid of these instead of making them deprecated?
I would definitely like to get rid of this one but it's used in print_trace_type_profile to also print to unified logging and I do not want to touch this as part of this refactoring to keep the changes manageable.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21899#discussion_r1856329624
More information about the hotspot-compiler-dev
mailing list