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

Fei Yang fyang at openjdk.org
Thu Jan 30 14:18:44 UTC 2025


On Thu, 30 Jan 2025 14:15:18 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

>> 8349070: Fix riscv and ppc build errors caused by JDK-8343767
>
> 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`?

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

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


More information about the hotspot-compiler-dev mailing list