RFR: 8300002: Performance regression caused by non-inlined hot methods due to post call noop instructions [v3]

Sergey Kuksenko skuksenko at openjdk.org
Mon Jan 16 02:46:33 UTC 2023


On Mon, 16 Jan 2023 02:11:48 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Sergey Kuksenko has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - whitespace clenup
>>  - renaming; generalize; make methods independent on post call noops naming
>
> src/hotspot/cpu/ppc/macroAssembler_ppc.cpp line 1188:
> 
>> 1186:     return;
>> 1187:   }
>> 1188:   PostCallNopCounter nopCounter(this);
> 
> Did you forgot to change it to `InlineSkippedInstructionsCounter`?

I forgot other thing, but forgot. fixing.

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

PR: https://git.openjdk.org/jdk/pull/11958


More information about the hotspot-dev mailing list