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

Joshua Cao duke at openjdk.org
Fri Dec 8 00:00:18 UTC 2023


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

Rebased because of merge conflict against mater...guess I should not do that. I will just merge next time.

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

PR Comment: https://git.openjdk.org/jdk/pull/16595#issuecomment-1846285272


More information about the hotspot-compiler-dev mailing list