On Sat, 1 Feb 2025 14:37:44 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.

test/micro/org/openjdk/bench/jdk/incubator/vector/ColumnFilterBenchmark.java 
line 2:

> 1: /*
> 2:  *  Copyright (c) 2024, 2025 Oracle and/or its affiliates. All rights 
> reserved.

Should be `2025,`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23409#discussion_r1938662921

Reply via email to