RFR: 8349184: [JMH] jdk.incubator.vector.ColumnFilterBenchmark.filterDoubleColumn fails on linux-aarch64
Hao Sun
haosun at openjdk.org
Mon Feb 3 01:52:56 UTC 2025
On Sat, 1 Feb 2025 14:37:44 GMT, SendaoYan <syan at 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
More information about the core-libs-dev
mailing list