< prev index next >

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

Print this page
@@ -47,11 +47,10 @@
  @Measurement(iterations = 10, time = 500, timeUnit = TimeUnit.MILLISECONDS)
  @State(org.openjdk.jmh.annotations.Scope.Thread)
  @OutputTimeUnit(TimeUnit.NANOSECONDS)
  @Fork(value = 1, jvmArgsAppend = {
      "--add-modules=jdk.incubator.vector",
-     "--enable-preview",
      "--enable-native-access", "ALL-UNNAMED",
      "-Djdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK=1"})
  public class TestLoadStoreBytes {
    private static final VectorSpecies<Byte> SPECIES = VectorSpecies.ofLargestShape(byte.class);
  
< prev index next >