RFR: 8350614: [JMH] jdk.incubator.vector.VectorCommutativeOperSharingBenchmark fails

Jaikiran Pai jpai at openjdk.org
Tue Feb 25 10:31:51 UTC 2025


On Tue, 25 Feb 2025 02:24:33 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> 
> The newly added JMH test jdk.incubator.vector.VectorCommutativeOperSharingBenchmark run fails "java.lang.NoClassDefFoundError: jdk/incubator/vector/Vector".
> 
> The `@Fork(jvmArgsPrepend = ..)` in microbenchmarks should replaced as `@Fork(jvmArgs = ..)` after [JDK-8343345](https://bugs.openjdk.org/browse/JDK-8343345). Change has been verified locally, test-fix only, no risk.

The micro benchmark test, which this PR is fixing was introduced just yesterday through https://github.com/openjdk/jdk/pull/22863. I'll remove the core-libs label from this PR and add hotspot-compiler, given the original change which introduced this test.

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

PR Comment: https://git.openjdk.org/jdk/pull/23761#issuecomment-2681491897


More information about the hotspot-compiler-dev mailing list