< prev index next >

test/micro/org/openjdk/bench/java/lang/foreign/LinkUpcall.java

Print this page
@@ -45,11 +45,11 @@
  @BenchmarkMode(Mode.AverageTime)
  @Warmup(iterations = 5, time = 500, timeUnit = TimeUnit.MILLISECONDS)
  @Measurement(iterations = 10, time = 500, timeUnit = TimeUnit.MILLISECONDS)
  @State(Scope.Benchmark)
  @OutputTimeUnit(TimeUnit.MICROSECONDS)
- @Fork(value = 3, jvmArgsAppend = { "--enable-native-access=ALL-UNNAMED", "--enable-preview" })
+ @Fork(value = 3, jvmArgsAppend = { "--enable-native-access=ALL-UNNAMED" })
  public class LinkUpcall extends CLayouts {
  
      static final Linker LINKER = Linker.nativeLinker();
      static final MethodHandle BLANK;
      static final FunctionDescriptor BLANK_DESC = FunctionDescriptor.ofVoid();
< prev index next >