RFR: 8319850: PrintInlining should print which methods are late inlines [v3]
Dean Long
dlong at openjdk.org
Fri Nov 22 04:31:16 UTC 2024
On Fri, 15 Nov 2024 02:03:56 GMT, Dean Long <dlong at openjdk.org> wrote:
>> theoweidmannoracle has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add test
>
> I don't see that print_inlining_append_late() with InliningResult::FAILURE is being tested.
> @dean-long I've refactored how print inlining works as the old code was unmaintainable. This should also address the concerns you had about the patch previously.
Wow, I wasn't expecting you to address that in this PR, so you've gone above and beyond! Let me see if this also fixes the assert problem I was running into with the old implementation.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21899#issuecomment-2492852249
More information about the hotspot-compiler-dev
mailing list