< prev index next >

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

Print this page
@@ -48,11 +48,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"})
  public class MemorySegmentVectorAccess {
    private static final VectorSpecies<Byte> SPECIES = VectorSpecies.ofLargestShape(byte.class);
  
    @Param("1024")
< prev index next >