RFR: 8349184: [JMH] jdk.incubator.vector.ColumnFilterBenchmark.filterDoubleColumn fails on linux-aarch64

SendaoYan syan at openjdk.org
Sat Feb 1 14:42:23 UTC 2025


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.

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

Commit messages:
 - 8349184: [JMH] jdk.incubator.vector.ColumnFilterBenchmark.filterDoubleColumn fails on linux-aarch64

Changes: https://git.openjdk.org/jdk/pull/23409/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23409&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8349184
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/23409.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23409/head:pull/23409

PR: https://git.openjdk.org/jdk/pull/23409


More information about the core-libs-dev mailing list