RFR: 8303863: RISC-V: TestArrayStructs.java fails after JDK-8303604
Fei Yang
fyang at openjdk.org
Sat Mar 11 02:44:20 UTC 2023
On Thu, 9 Mar 2023 14:39:55 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:
> [JDK-8303604](https://bugs.openjdk.org/browse/JDK-8303604) fixes an issue with passing structs whose size is not a power of two on SysV and AArch64 platforms. The same issue happens on RISC-V.
>
> Modifications are unnecessary for `STRUCT_REGISTER_F` and `STRUCT_REGISTER_XF`. If there are no available registers, they will fall back to `STRUCT_REGISTER_X`.
>
> Testing:
>
> - [x] TestArrayStructs.java
> - [x] jdk_foreign on Unmatched Board (release build)
Looks fine to me.
-------------
Marked as reviewed by fyang (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12950
More information about the core-libs-dev
mailing list