org.jikesrvm.adaptive.util
Class AOSOptions

java.lang.Object
  extended by org.jikesrvm.adaptive.util.AOSExternalOptions
      extended by org.jikesrvm.adaptive.util.AOSOptions
All Implemented Interfaces:
Cloneable

public final class AOSOptions
extends AOSExternalOptions

Additional option values that are computed internally are defined here. Command line options are inherited from AOSExternalOptions which is machine generated from the various .dat files.


Field Summary
 int DERIVED_FILTER_OPT_LEVEL
           
 int DERIVED_MAX_OPT_LEVEL
           
 
Fields inherited from class org.jikesrvm.adaptive.util.AOSExternalOptions
ADAPTIVE_INLINING, BACKGROUND_RECOMPILATION, BULK_COMPILATION_VERBOSITY, CALL_GRAPH_LISTENER_TRIGGER, CGL_CBS, CGL_TIMER, COMPILATION_ADVICE_FILE_OUTPUT, COMPILER_ADVICE_FILE_INPUT, COMPILER_DNA_FILE_NAME, COUNTER_BASED_SAMPLE_INTERVAL, DCG_DECAY_RATE, DCG_SAMPLE_SIZE, DECAY_FREQUENCY, DISABLE_RECOMPILE_ALL_METHODS, DYNAMIC_CALL_FILE_INPUT, DYNAMIC_CALL_FILE_OUTPUT, EARLY_EXIT, EARLY_EXIT_TIME, ENABLE_ADVICE_GENERATION, ENABLE_BULK_COMPILE, ENABLE_PRECOMPILE, ENABLE_RECOMPILATION, FINAL_REPORT_LEVEL, GATHER_PROFILE_DATA, INITIAL_COMPILER, INLINE_AI_HOT_CALLSITE_THRESHOLD, INLINE_AI_SEED_MULTIPLIER, INSERT_DEBUGGING_COUNTERS, INSERT_INSTRUCTION_COUNTERS, INSERT_METHOD_COUNTERS_OPT, INSERT_YIELDPOINT_COUNTERS, INVOCATION_COUNT_OPT_LEVEL, INVOCATION_COUNT_THRESHOLD, IRC_BASE, IRC_OPT, LOGFILE_NAME, LOGGING_LEVEL, MAX_OPT_LEVEL, METHOD_LISTENER_TRIGGER, METHOD_SAMPLE_SIZE, ML_CBS, ML_TIMER, OFFLINE_INLINE_PLAN_NAME, OSR_PROMOTION, RECOMPILATION_STRATEGY, REPORT_INTERRUPT_STATS, RS_COUNTERS, RS_SAMPLING
 
Constructor Summary
AOSOptions()
           
 
Method Summary
 
Methods inherited from class org.jikesrvm.adaptive.util.AOSExternalOptions
baseIRC, cgCBS, cgTimer, clone, counters, dup, mlCBS, mlTimer, optIRC, printHelp, printOptions, processAsOption, sampling, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DERIVED_MAX_OPT_LEVEL

public int DERIVED_MAX_OPT_LEVEL

DERIVED_FILTER_OPT_LEVEL

public int DERIVED_FILTER_OPT_LEVEL
Constructor Detail

AOSOptions

public AOSOptions()