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

Goetz Lindenmaier goetz at openjdk.org
Tue Jul 5 09:19:29 UTC 2022


On Mon, 4 Jul 2022 10:42:41 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update callGenerator.cpp
>
> 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.

Fixed, thanks.

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

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


More information about the jdk-updates-dev mailing list