RFR: 8327689: RISC-V: adjust test filters of zfh extension
Fei Yang
fyang at openjdk.org
Mon Mar 11 04:11:52 UTC 2024
On Fri, 8 Mar 2024 12:01:02 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you review this simple patch?
> Thanks
>
> FYI:
> test filter `vm.cpu.features ~= ".*zfh,.*"` could be adjusted to `vm.cpu.features ~= ".*zfh.*"` according to comment at https://github.com/openjdk/jdk/pull/17698#discussion_r1517349407
FYI: The GHA linux-cross-compile for linux-riscv64 is back working again. You might want to merge and retrigger the GHA.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18169#issuecomment-1987600853
More information about the hotspot-compiler-dev
mailing list