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

Emanuel Peter epeter at openjdk.org
Wed Feb 26 08:04:53 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.

@cl4es made the change in [JDK-8343345](https://bugs.openjdk.org/browse/JDK-8343345), so he should probably have a quick look at this.

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

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


More information about the hotspot-compiler-dev mailing list