org.jikesrvm.adaptive.util
Class CompilerAdvice

java.lang.Object
  extended by org.jikesrvm.adaptive.util.CompilerAdvice

public class CompilerAdvice
extends Object

Utilities for providing compiler advice. Advice files provided at run time allow compilers to be specified for particular methods

Run time advice is given by identifying an advice file through a command line option: -X:aos:cafi=path-to-advice-file.

See Also:
CompilerAdviceAttribute, CompilerAdviceInfoReader, RuntimeCompiler

Constructor Summary
CompilerAdvice()
           
 
Method Summary
static void postBoot()
          Read a list of compiler advice annotations from a file
static void readCompilerAdvice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerAdvice

public CompilerAdvice()
Method Detail

postBoot

public static void postBoot()
Read a list of compiler advice annotations from a file


readCompilerAdvice

public static void readCompilerAdvice()