public static class CompileTheWorld.Options extends Object
Modifier and Type | Field and Description |
---|---|
static OptionValue<String> |
CompileTheWorldClasspath |
static OptionValue<String> |
CompileTheWorldConfig |
static OptionValue<String> |
CompileTheWorldExcludeMethodFilter |
static OptionValue<Integer> |
CompileTheWorldIterations |
static OptionValue<String> |
CompileTheWorldMethodFilter |
static OptionValue<Boolean> |
CompileTheWorldMultiThreaded |
static OptionValue<Integer> |
CompileTheWorldStartAt |
static OptionValue<Integer> |
CompileTheWorldStopAt |
static OptionValue<Integer> |
CompileTheWorldThreads |
static OptionValue<Boolean> |
CompileTheWorldVerbose |
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
static void |
overrideWithNativeOptions(HotSpotVMConfig c)
Overrides
CompileTheWorldStartAt and CompileTheWorldStopAt from
-XX HotSpot options of the same name if the latter have non-default values. |
public static final OptionValue<String> CompileTheWorldClasspath
public static final OptionValue<Boolean> CompileTheWorldVerbose
public static final OptionValue<Integer> CompileTheWorldIterations
public static final OptionValue<String> CompileTheWorldMethodFilter
public static final OptionValue<String> CompileTheWorldExcludeMethodFilter
public static final OptionValue<Integer> CompileTheWorldStartAt
public static final OptionValue<Integer> CompileTheWorldStopAt
public static final OptionValue<String> CompileTheWorldConfig
public static final OptionValue<Boolean> CompileTheWorldMultiThreaded
public static final OptionValue<Integer> CompileTheWorldThreads
public Options()
public static void overrideWithNativeOptions(HotSpotVMConfig c)
CompileTheWorldStartAt
and CompileTheWorldStopAt
from
-XX
HotSpot options of the same name if the latter have non-default values.