RFR: 8319850: PrintInlining should print which methods are late inlines [v14]
Dean Long
dlong at openjdk.org
Mon Nov 25 22:35:59 UTC 2024
On Mon, 25 Nov 2024 10:07:30 GMT, theoweidmannoracle <duke at openjdk.org> wrote:
> With the new implementation it is always safe to call C->inline_printer()->record. In case inline printing is disabled, it is just a no-op. Also allow_inline seems to be coming from C->inlining_incrementally(). Is your concern that we might miss to print something?
Yes, that we might miss printing something when allow_inline was true.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21899#discussion_r1857427666
More information about the hotspot-compiler-dev
mailing list