RFR: 8277055: Assert "missing inlining msg" with -XX:+PrintIntrinsics

Roland Westrelin roland at openjdk.java.net
Tue Mar 1 12:05:05 UTC 2022


On Tue, 8 Feb 2022 16:57:20 GMT, Tobias Holenstein <duke at openjdk.java.net> wrote:

> in `CallGenerator::do_late_inline_helper()` we hit an assert `"missing inlining msg"` when calling  `C->print_inlining_update_delayed(this)`. The reason is that not all implementations of do_late_inline_check() print an inline message. The fix is to add an inline message for the two `return false` in `LateInlineVirtualCallGenerator::do_late_inline_check(...)` where we do not print an inline message.
> 
> Tier1-3 passed

Looks good to me.

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

Marked as reviewed by roland (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7385


More information about the hotspot-compiler-dev mailing list