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

Martin Doerr mdoerr at openjdk.org
Mon Jul 4 10:46:42 UTC 2022


On Thu, 30 Jun 2022 15:50:40 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.

Good. Feel free to fix indentation before integrating.

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

> 856:           assert(receiver->bottom_type() == TypePtr::NULL_PTR, "not a null: %s",
> 857:                  Type::str(receiver->bottom_type()));
> 858:          print_inlining_failure(C, callee, jvms->depth() - 1, jvms->bci(),

Indentation looks odd.

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

Marked as reviewed by mdoerr (Reviewer).

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


More information about the jdk-updates-dev mailing list