Skip to content

Commit e38a5f6

Browse files
author
SendaoYan
committed
8349974: [JMH,17u] MaskQueryOperationsBenchmark fails java.lang.NoClassDefFoundError
Reviewed-by: phh
1 parent 9bad4b4 commit e38a5f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
2+
// Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved.
33
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
//
55
// This code is free software; you can redistribute it and/or modify it
@@ -31,6 +31,7 @@
3131

3232
@OutputTimeUnit(TimeUnit.MILLISECONDS)
3333
@State(Scope.Thread)
34+
@Fork(jvmArgs = {"--add-modules=jdk.incubator.vector"})
3435
public class MaskQueryOperationsBenchmark {
3536
@Param({"128","256","512"})
3637
int bits;

0 commit comments

Comments
 (0)