RFR: 8319850: PrintInlining should print which methods are late inlines [v11]
theoweidmannoracle
duke at openjdk.org
Fri Nov 22 08:21:23 UTC 2024
On Thu, 21 Nov 2024 17:48:34 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 34:
>
>> 32: }
>> 33:
>> 34: InlinePrinter::IPInlineAttempt::IPInlineAttempt(InliningResult result) : result(result) {
>
> Hm, here the `msg` isn't explicitly initialized. Does that leave it uninitialized?
That's fine. It's default constructor will be called automatically.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21899#discussion_r1853461111
More information about the hotspot-compiler-dev
mailing list