RFR: 8339237: RISC-V: Builds fail after JDK-8339120

Fei Yang fyang at openjdk.org
Thu Aug 29 11:00:44 UTC 2024


On Thu, 29 Aug 2024 10:56:01 GMT, Gui Cao <gcao at openjdk.org> wrote:

> Encountered this build warning/error when doing a native build on linux-riscv64 platform with GCC-13. We can simply remove float_regs_as_doubles_size_in_slots in file c1_Runtime1_riscv.cpp as it is not used anywhere.
> 
> ### Testing
> - [x] release & fastdebug build OK on linux-riscv64 after this change.

Looks good and trivial. Thanks.

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20765#pullrequestreview-2268380386


More information about the hotspot-compiler-dev mailing list