public final class BaselineBootImageCompiler extends BootImageCompiler
baseCompiler, compiler, optCompiler
Constructor and Description |
---|
BaselineBootImageCompiler() |
Modifier and Type | Method and Description |
---|---|
protected CompiledMethod |
compileMethod(NormalMethod method,
TypeReference[] params)
Compiles a method with bytecodes.
|
protected void |
initCompiler(String[] args)
Initialize boot image compiler.
|
compile, compile, compile, init
public BaselineBootImageCompiler()
protected void initCompiler(String[] args)
BootImageCompiler
initCompiler
in class BootImageCompiler
args
- command line arguments to the bootimage compilerprotected CompiledMethod compileMethod(NormalMethod method, TypeReference[] params)
BootImageCompiler
compileMethod
in class BootImageCompiler
method
- the method to compileparams
- the specialized types of the method's parameters.
This will be null
if the types from the method's signature are used.