public abstract class InstrumentationPlan extends Object
Currently empty, but will gradually add function here as the Adaptive Optimization Subsystem evolves.
| Constructor and Description |
|---|
InstrumentationPlan() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
finalizeInstrumentation(NormalMethod method)
Called after compilation completes, but before the method is executed.
|
abstract void |
initInstrumentation(NormalMethod method)
Called the beginning of compilation, before the optimization plan
is executed.
|
public InstrumentationPlan()
public abstract void initInstrumentation(NormalMethod method)
method - the method whose instrumentation is to be initializedpublic abstract void finalizeInstrumentation(NormalMethod method)
method - the method whose instrumentation is to be completed