org.jikesrvm.compilers.baseline
Class BaselineBootImageCompiler
java.lang.Object
org.jikesrvm.compilers.common.BootImageCompiler
org.jikesrvm.compilers.baseline.BaselineBootImageCompiler
public final class BaselineBootImageCompiler
- extends BootImageCompiler
Use baseline compiler to build virtual machine boot image.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaselineBootImageCompiler
public BaselineBootImageCompiler()
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