RFR: 8350614: [JMH] jdk.incubator.vector.VectorCommutativeOperSharingBenchmark fails
SendaoYan
syan at openjdk.org
Thu Feb 27 11:10:07 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.
Thanks all for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23761#issuecomment-2687625470
More information about the hotspot-compiler-dev
mailing list