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.

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

Commit messages:
 - 8350614: [JMH] jdk.incubator.vector.VectorCommutativeOperSharingBenchmark 
fails

Changes: https://git.openjdk.org/jdk/pull/23761/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23761&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8350614
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/23761.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23761/head:pull/23761

PR: https://git.openjdk.org/jdk/pull/23761

Reply via email to