RFR: 8319850: PrintInlining should print which methods are late inlines [v2]
Joshua Cao
duke at openjdk.org
Thu Dec 7 22:51:50 UTC 2023
> 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
-------------
Changes: https://git.openjdk.org/jdk/pull/16595/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16595&range=01
Stats: 19 lines in 2 files changed: 19 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/16595.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16595/head:pull/16595
PR: https://git.openjdk.org/jdk/pull/16595
More information about the hotspot-compiler-dev
mailing list