RFR: 8327689: RISC-V: adjust test filters of zfh extension

Guoxiong Li gli at openjdk.org
Sat Mar 9 05:01: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

Looks good.

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

Marked as reviewed by gli (Committer).

PR Review: https://git.openjdk.org/jdk/pull/18169#pullrequestreview-1926092454


More information about the hotspot-compiler-dev mailing list