|
Class Summary |
| CompilationPlan |
|
| CompilerPhase |
Compiler phases all extend this abstract class. |
| InstrumentationPlan |
An instance of this class acts instructs the optimizing
compiler how to instrument a method to support the
gathering of runtime measurement information
Currently empty, but will gradually add function here
as the Adaptive Optimization Subsystem evolves. |
| IRPrinter |
A trivial phase that can be inserted to dump the IR. |
| OptimizationPlanAtomicElement |
An element in the opt compiler's optimization plan
that consists of a single CompilerPhase. |
| OptimizationPlanCompositeElement |
An element in the opt compiler's optimzation plan
that aggregates together other OptimizationPlan elements. |
| OptimizationPlanElement |
An element in the opt compiler's optimization plan. |
| OptimizationPlanner |
This class specifies the order in which CompilerPhases are
executed during the HIR and LIR phase of the opt compilation of a method. |
| OptimizingBootImageCompiler |
Use optimizing compiler to build virtual machine boot image. |
| OptimizingCompiler |
The main driver of the Compiler. |