Package org.jikesrvm.compilers.common

Class Summary
BootImageCompiler Abstract superclass to interface bootimage compiler to the rest of the VM.
CompiledMethod A method that has been compiled into machine code by one of our compilers.
CompiledMethods Manage pool of compiled methods.
ExceptionTable Encoding of try ranges in the final machinecode and the corresponding exception type and catch block start.
HardwareTrapCompiledMethod Information associated with artificial stackframe inserted by hardware trap handler.
HardwareTrapGCMapIterator Iterator for stack frames inserted by hardware trap handler.
RecompilationManager This class enables an external driver to block recompile all methods that have been dynamically compiled since the VM began execution.
RuntimeCompiler Harness to select which compiler to dynamically compile a method in first invocation.