Annotation Type VmOptions


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Beta
    public @interface VmOptions
    An annotation applied to a benchmark that specifies flags to be applied to the VM. These flags are applied before those specified on the command-line and thus are not guaranteed to be applied.

    This API is likely to change.

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] value  
    • Element Detail

      • value

        String[] value
        Default:
        {}