public final class HotMethodRecompilationEvent extends HotMethodEvent implements ControllerInputEvent
Constructor and Description |
---|
HotMethodRecompilationEvent(CompiledMethod _cm,
double _numSamples) |
HotMethodRecompilationEvent(CompiledMethod _cm,
int _numSamples) |
Modifier and Type | Method and Description |
---|---|
void |
process()
This method is called by the controller upon dequeuing this
event from the controller input queue.
|
String |
toString() |
getCMID, getCompiledMethod, getMethod, getNumSamples, getOptCompiledLevel, getPrevCompilerConstant, isOptCompiled
public HotMethodRecompilationEvent(CompiledMethod _cm, double _numSamples)
_cm
- the compiled method_numSamples
- the number of samples attributed to the methodHotMethodRecompilationEvent(CompiledMethod _cm, int _numSamples)
_cm
- the compiled method_numSamples
- the number of samples attributed to the methodpublic String toString()
toString
in class HotMethodEvent
public void process()
process
in interface ControllerInputEvent