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