RFR: 8366127: RISC-V: compiler/intrinsics/TestVerifyIntrinsicChecks.java fails when running without RVV
Dingli Zhang
dzhang at openjdk.org
Wed Aug 27 02:07:50 UTC 2025
On Tue, 26 Aug 2025 03:19:09 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:
> Hi,
> Can you help to review this patch? Thanks!
>
> We noticed that compiler/intrinsics/TestVerifyIntrinsicChecks.java fails when running on sg2042.
> The error is caused by the intrinsic `EncodeISOArray` corresponding to `encodeAsciiArray0` requiring RVV on riscv. (See `encode_iso_array_v` in `c2_MacroAssembler_riscv.cpp`)
>
> ### Test (fastdebug)
> - [x] Run compiler/intrinsics/TestVerifyIntrinsicChecks.java on k1 and sg2042
Thanks all for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26935#issuecomment-3226492318
More information about the hotspot-compiler-dev
mailing list