org.jikesrvm.compilers.baseline
Class BaselineBootImageCompiler

java.lang.Object
  extended by org.jikesrvm.compilers.common.BootImageCompiler
      extended by org.jikesrvm.compilers.baseline.BaselineBootImageCompiler

public final class BaselineBootImageCompiler
extends BootImageCompiler

Use baseline compiler to build virtual machine boot image.


Field Summary
 
Fields inherited from class org.jikesrvm.compilers.common.BootImageCompiler
baseCompiler, compiler, optCompiler
 
Constructor Summary
BaselineBootImageCompiler()
           
 
Method Summary
protected  CompiledMethod compileMethod(NormalMethod method, TypeReference[] params)
          Compile a method with bytecodes.
protected  void initCompiler(String[] args)
          Initialize boot image compiler.
 
Methods inherited from class org.jikesrvm.compilers.common.BootImageCompiler
compile, compile, compile, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaselineBootImageCompiler

public BaselineBootImageCompiler()
Method Detail

initCompiler

protected void initCompiler(String[] args)
Description copied from class: BootImageCompiler
Initialize boot image compiler.

Specified by:
initCompiler in class BootImageCompiler
Parameters:
args - command line arguments to the bootimage compiler

compileMethod

protected CompiledMethod compileMethod(NormalMethod method,
                                       TypeReference[] params)
Description copied from class: BootImageCompiler
Compile a method with bytecodes.

Specified by:
compileMethod in class BootImageCompiler
Parameters:
method - the method to compile
Returns:
the compiled method