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

SendaoYan syan at openjdk.org
Mon Feb 3 14:29:03 UTC 2025


On Mon, 3 Feb 2025 04:16:57 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.
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add missing ,

Thanks all for the reviews.

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

PR Comment: https://git.openjdk.org/jdk/pull/23409#issuecomment-2631148133


More information about the core-libs-dev mailing list