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

Tobias Holenstein duke at openjdk.java.net
Tue Mar 1 14:13:50 UTC 2022


> 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

Tobias Holenstein has updated the pull request incrementally with one additional commit since the last revision:

  more detailed message

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7385/files
  - new: https://git.openjdk.java.net/jdk/pull/7385/files/162e97aa..deae1189

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7385&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7385&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7385.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7385/head:pull/7385

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


More information about the hotspot-compiler-dev mailing list