Integrated: 8277055: Assert "missing inlining msg" with -XX:+PrintIntrinsics
Tobias Holenstein
duke at openjdk.java.net
Thu Mar 3 08:03:08 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
This pull request has now been integrated.
Changeset: b1f935c1
Author: Tobias Holenstein <tobias.holenstein at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/b1f935c1d0d3729470b57832cf74c43d49ea1f71
Stats: 14 lines in 2 files changed: 11 ins; 0 del; 3 mod
8277055: Assert "missing inlining msg" with -XX:+PrintIntrinsics
Reviewed-by: roland, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/7385
More information about the hotspot-compiler-dev
mailing list