RFR: 8319850: PrintInlining should print which methods are late inlines [v2]
Joshua Cao
duke at openjdk.org
Thu Feb 15 21:27:59 UTC 2024
On Thu, 7 Dec 2023 22:51:50 GMT, Joshua Cao <duke at openjdk.org> wrote:
>> I'm not 100% sure if this covers all case of late inlines.
>>
>> Passes jtreg tier1 locally on my Linux machine with a fastdebug build. With sample Java programs and -XX:+PrintInlining, I can see
>>
>>
>> @ 15 java.lang.Float::valueOf (9 bytes) late inline (boxing method)
>
> Joshua Cao has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>
> - 8319850: PrintInlining should report late inlines
> - Revert "8319850: PrintInlining should report late inlines"
>
> This reverts commit c5bfb832ff989261b6b2c98f26017c6491fe3067.
> - 8319850: PrintInlining should report late inlines
Don't plan on working on this atm. Will reopen if I get back to it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16595#issuecomment-1947365217
More information about the hotspot-compiler-dev
mailing list