RFR: 8331126: [s390x] secondary_super_cache does not scale well [v8]

Amit Kumar amitkumar at openjdk.org
Fri Jun 28 09:08:28 UTC 2024


On Fri, 28 Jun 2024 09:05:43 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

>> src/hotspot/cpu/s390/macroAssembler_s390.cpp line 3329:
>> 
>>> 3327:   // NOTE: please load 0 only in r_result, for now lookup_secondary_supers_table sets r_result to 0
>>> 3328:   // clear_reg(r_result, true /* whole_reg */, false /* set_cc */); // let's hope that search will be a success
>>> 3329:   z_cghi(r_result, 0);
>> 
>> I don't understand this comment. What does "for now" mean?
>
> At present, lookup_secondary_supers_table updates r_result just in case it changes in future.

Should I change it ?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19544#discussion_r1658393505


More information about the hotspot-dev mailing list