RFR: 8360520: RISC-V: C1: Fix primitive array clone intrinsic regression after JDK-8333154 [v2]

Feilong Jiang fjiang at openjdk.org
Mon Jul 7 15:08:40 UTC 2025


On Sun, 6 Jul 2025 13:18:06 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:

>> src/hotspot/share/c1/c1_Compiler.cpp line 240:
>> 
>>> 238: #endif
>>> 239:   case vmIntrinsics::_getObjectSize:
>>> 240: #if defined(X86) || defined(AARCH64) || defined(S390) || defined(RISCV64) || defined(PPC64)
>> 
>> PS: The change of macro `RISCV` seems unrelated to this PR? Seem better to go with another PR.
>
> Reverted.

Here is the seperate PR: https://github.com/openjdk/jdk/pull/26161

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25976#discussion_r2190358908


More information about the hotspot-compiler-dev mailing list