RFR: 8331126: [s390x] secondary_super_cache does not scale well [v10]
Amit Kumar
amitkumar at openjdk.org
Fri Jun 28 15:08:54 UTC 2024
On Fri, 28 Jun 2024 15:01:47 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> move check into ASSERT block
>
> src/hotspot/cpu/s390/stubGenerator_s390.cpp line 3296:
>
>> 3294: if (UseSecondarySupersTable) {
>> 3295: StubRoutines::_lookup_secondary_supers_table_slow_path_stub = generate_lookup_secondary_supers_table_slow_path_stub();
>> 3296: if (! InlineSecondarySupersTest) {
>
> Extra whitespace.
fixed, I copy pasted it from aarch64 😅.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19544#discussion_r1658893302
More information about the hotspot-dev
mailing list