[jdk11u-dev] RFR: 8287223: C1: Inlining attempt through MH::invokeBasic() with null receiver [v2]

Christoph Langer clanger at openjdk.org
Thu Jul 7 11:53:49 UTC 2022


On Tue, 5 Jul 2022 09:19:28 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> I backport this for parity with 11.0.17-oracle.
>> 
>> I had to resolve because bool allow_inline is not 
>> defined in 11. That was introcuded for a debugging
>> feature, we don't need it here.
>
> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update callGenerator.cpp

Changes requested by clanger (Reviewer).

src/hotspot/share/opto/callGenerator.cpp line 863:

> 861: 
> 862:       } else {
> 863:          print_inlining_failure(C, callee, jvms->depth() - 1, jvms->bci(),

This indentation seems to be wrong, still.

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1191


More information about the jdk-updates-dev mailing list