Uses of Class
org.adoptopenjdk.jitwatch.core.JITWatchConfig.TieredCompilation
-
Packages that use JITWatchConfig.TieredCompilation Package Description org.adoptopenjdk.jitwatch.core -
-
Uses of JITWatchConfig.TieredCompilation in org.adoptopenjdk.jitwatch.core
Fields in org.adoptopenjdk.jitwatch.core declared as JITWatchConfig.TieredCompilation Modifier and Type Field Description private JITWatchConfig.TieredCompilationJITWatchConfig. tieredCompilationModeMethods in org.adoptopenjdk.jitwatch.core that return JITWatchConfig.TieredCompilation Modifier and Type Method Description JITWatchConfig.TieredCompilationJITWatchConfig. getTieredCompilationMode()static JITWatchConfig.TieredCompilationJITWatchConfig.TieredCompilation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JITWatchConfig.TieredCompilation[]JITWatchConfig.TieredCompilation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.adoptopenjdk.jitwatch.core with parameters of type JITWatchConfig.TieredCompilation Modifier and Type Method Description voidJITWatchConfig. setTieredCompilationMode(JITWatchConfig.TieredCompilation tieredCompilation)
-