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

SendaoYan syan at openjdk.org
Mon Feb 3 04:16:57 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.

SendaoYan has updated the pull request incrementally with one additional commit since the last revision:

  add missing ,

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23409/files
  - new: https://git.openjdk.org/jdk/pull/23409/files/533bc644..fd8a14d3

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23409&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23409&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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