Uses of Class
org.adoptopenjdk.jitwatch.core.JITWatchConfig.CompressedOops
-
Packages that use JITWatchConfig.CompressedOops Package Description org.adoptopenjdk.jitwatch.core -
-
Uses of JITWatchConfig.CompressedOops in org.adoptopenjdk.jitwatch.core
Fields in org.adoptopenjdk.jitwatch.core declared as JITWatchConfig.CompressedOops Modifier and Type Field Description private JITWatchConfig.CompressedOopsJITWatchConfig. compressedOopsModeMethods in org.adoptopenjdk.jitwatch.core that return JITWatchConfig.CompressedOops Modifier and Type Method Description JITWatchConfig.CompressedOopsJITWatchConfig. getCompressedOopsMode()static JITWatchConfig.CompressedOopsJITWatchConfig.CompressedOops. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JITWatchConfig.CompressedOops[]JITWatchConfig.CompressedOops. 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.CompressedOops Modifier and Type Method Description voidJITWatchConfig. setCompressedOopsMode(JITWatchConfig.CompressedOops compressedOopsMode)
-