RFR: 8349070: Fix riscv and ppc build errors caused by JDK-8343767 [v2]

Andrew Dinn adinn at openjdk.org
Thu Jan 30 14:18:45 UTC 2025


On Thu, 30 Jan 2025 14:13:06 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Andrew Dinn has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - use correct name for riscv lookup routine
>>  - use correct name for ppc lookup routine
>
> src/hotspot/cpu/riscv/stubGenerator_riscv.cpp line 3040:
> 
>> 3038:                                        r_array_base, r_array_length, r_array_index,
>> 3039:                                        r_bitmap, slot, /*stub_is_near*/true);
>> 3040:       __ leave();
> 
> I think we should use `lookup_secondary_supers_table_const` instead of `lookup_secondary_supers_table`?

Done for both ppc and riscv

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23368#discussion_r1935686022


More information about the hotspot-compiler-dev mailing list