Skip to content

Commit 26bf445

Browse files
author
SendaoYan
committed
8350049: [JMH] Float16OperationsBenchmark fails java.lang.NoClassDefFoundError
Reviewed-by: jbhateja
1 parent 00d4e4a commit 26bf445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/micro/org/openjdk/bench/jdk/incubator/vector/Float16OperationsBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
@OutputTimeUnit(TimeUnit.MILLISECONDS)
3333
@State(Scope.Thread)
34-
@Fork(jvmArgsPrepend = {"--add-modules=jdk.incubator.vector", "-Xbatch", "-XX:-TieredCompilation"})
34+
@Fork(jvmArgs = {"--add-modules=jdk.incubator.vector", "-Xbatch", "-XX:-TieredCompilation"})
3535
public class Float16OperationsBenchmark {
3636
@Param({"256", "512", "1024", "2048"})
3737
int vectorDim;

0 commit comments

Comments
 (0)