Uses of Class
org.openjdk.jmh.runner.CompilerHints.BlackholeMode
-
Packages that use CompilerHints.BlackholeMode Package Description org.openjdk.jmh.runner -
-
Uses of CompilerHints.BlackholeMode in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as CompilerHints.BlackholeMode Modifier and Type Field Description private static CompilerHints.BlackholeMode
CompilerHints. blackholeMode
Methods in org.openjdk.jmh.runner that return CompilerHints.BlackholeMode Modifier and Type Method Description private static CompilerHints.BlackholeMode
CompilerHints. blackholeMode()
static CompilerHints.BlackholeMode
CompilerHints.BlackholeMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompilerHints.BlackholeMode[]
CompilerHints.BlackholeMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-