On Mon, 3 Feb 2025 04:16:57 GMT, SendaoYan <s...@openjdk.org> wrote: >> Hi all, >> Several JMH tests fails "Unrecognized VM option 'UseAVX=2'" on >> linux-aarch64. The VM option '-XX:UseAVX=2' only support on x86_64 platform. >> This PR add option '-XX:+IgnoreUnrecognizedVMOptions' to make test run >> normally on non x86_64 platform. >> Change has been verified locally, test-fix only, no risk. > > SendaoYan has updated the pull request incrementally with one additional > commit since the last revision: > > add missing ,
Marked as reviewed by haosun (Committer). ------------- PR Review: https://git.openjdk.org/jdk/pull/23409#pullrequestreview-2589123424