public class Options extends Configuration
Note: This file is mechanically generated from Options.template.
Note: Boolean options are defined in /home/vagrant/rvm-trunk/rvm/src-generated/options/BooleanOptions.vm.dat All other options are defined in /home/vagrant/rvm-trunk/rvm/src-generated/options/ValueOptions.vm.dat (value, enumeration)
NOTE: This class does not support all of the types of options found in the other Jikes RVM options files. This is intentional and is done to enable -X:vm options to be processed very early in the booting process.
Modifier and Type | Field and Description |
---|---|
static int |
CBSCallSamplesPerTick |
static int |
CBSCallSampleStride |
static int |
CBSMethodSamplesPerTick |
static int |
CBSMethodSampleStride |
static boolean |
countThreadTransitions |
static String |
EdgeCounterFile |
static boolean |
ErrorsFatal |
static int |
forceOneCPU |
static int |
interruptQuantum |
static int |
maxSystemTroubleRecursionDepth |
static boolean |
MeasureCompilation |
static boolean |
MeasureCompilationPhases |
static int |
schedulingMultiplier |
static boolean |
stackTraceAtExit |
static boolean |
stackTraceFull |
static boolean |
TraceClassLoading |
static boolean |
traceJNI |
static int |
TraceThreadScheduling |
static String |
TuningForkTraceFile |
static int |
VerboseStackTracePeriod |
AlignmentChecking, AllowOversizedImages, BuildFor32Addr, BuildFor64Addr, BuildForAdaptiveSystem, BuildForGnuClasspath, BuildForHarmony, BuildForHwFsqrt, BuildForIA32, BuildForIMTInterfaceInvocation, BuildForITableInterfaceInvocation, BuildForLinux, BuildForOptCompiler, BuildForOsx, BuildForPower64ELF_ABI, BuildForPowerPC, BuildForSolaris, BuildForSSE2, BuildForSSE2Full, BuildForSVR4ABI, BuildWithBaseBootImageCompiler, BuildWithGCSpy, BuildWithGCTrace, ExtremeAssertions, ForceFrequentGC, LittleEndian, ParanoidVerifyUnint, PortableNativeSync, RVM_CONFIGURATION, RVM_VERSION_STRING, StressGCAllocationInterval, UseEpilogueYieldPoints, VerifyAssertions, VerifyUnint
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
static void |
printHelp() |
static void |
printOptions() |
static boolean |
process(String arg)
Take a string (most likely a command-line argument) and try to proccess it
as an option command.
|
public static boolean MeasureCompilation
public static boolean MeasureCompilationPhases
public static boolean stackTraceFull
public static boolean stackTraceAtExit
public static boolean TraceClassLoading
public static boolean ErrorsFatal
public static boolean traceJNI
public static boolean countThreadTransitions
public static int maxSystemTroubleRecursionDepth
public static int interruptQuantum
public static int schedulingMultiplier
public static int TraceThreadScheduling
public static int VerboseStackTracePeriod
public static String EdgeCounterFile
public static int CBSCallSamplesPerTick
public static int CBSCallSampleStride
public static int CBSMethodSamplesPerTick
public static int CBSMethodSampleStride
public static String TuningForkTraceFile
public static int forceOneCPU
public Options()
public static boolean process(String arg)
arg
- a String to try to process as an option commandpublic static void printHelp()
public static void printOptions()