RFR: 8335843: C2 hits assert(_print_inlining_stream->size() > 0) failed: missing inlining msg

Tobias Hartmann thartmann at openjdk.org
Thu Jul 18 11:37:31 UTC 2024


On Thu, 18 Jul 2024 11:31:12 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> test/hotspot/jtreg/compiler/print/TestPrintInliningLateVirtualCall.java line 49:
>> 
>>> 47:             a = fieldB;
>>> 48:         } else if (i > 10) {
>>> 49:             a = fieldA;
>> 
>> Why do you need these changes?
>
> It was so I could verify the change I made to the late virtual call message. Otherwise, the change in the c2 code doesn't cause any difference in the `PrintInlining` output.

Ah, got it. Makes sense.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20230#discussion_r1682687883


More information about the hotspot-compiler-dev mailing list