We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3e48e commit 4d8fb80Copy full SHA for 4d8fb80
test/micro/org/openjdk/bench/jdk/incubator/vector/SpiltReplicate.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -31,7 +31,7 @@
31
32
@BenchmarkMode(Mode.AverageTime)
33
@OutputTimeUnit(TimeUnit.NANOSECONDS)
34
-@Fork(1)
+@Fork(value=1, jvmArgs={"--add-modules=jdk.incubator.vector"})
35
public class SpiltReplicate {
36
@CompilerControl(CompilerControl.Mode.DONT_INLINE)
37
public long broadcastInt() {
0 commit comments