> Hi all,
> 
> The newly added JMH tests 
> 'org.openjdk.bench.jdk.incubator.vector.VectorMultiplyOptBenchmark' fails 
> "java.lang.NoClassDefFoundError: jdk/incubator/vector/Float16" by below test 
> command:
> 
> 
> make test MICRO="FORK=1;WARMUP_ITER=2" 
> TEST="micro:org.openjdk.bench.jdk.incubator.vector.VectorMultiplyOptBenchmark.test_bm_pattern1"
> 
> 
> The `@Fork(jvmArgsPrepend = ..)` in microbenchmarks should replaced as 
> `@Fork(jvmArgs = ..)` since 
> [JDK-8343345](https://bugs.openjdk.org/browse/JDK-8343345). 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:

  Remove the extra whitespace

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23624/files
  - new: https://git.openjdk.org/jdk/pull/23624/files/1742b09d..7135e60b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23624&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23624&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/23624.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23624/head:pull/23624

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

Reply via email to