public abstract class HotMethodEvent extends Object
Modifier and Type | Field and Description |
---|---|
private CompiledMethod |
cm
The compiled method associated querries.
|
private double |
numSamples
Number of samples attributed to this method.
|
Constructor and Description |
---|
HotMethodEvent(CompiledMethod _cm,
double _numSamples) |
HotMethodEvent(CompiledMethod _cm,
int _numSamples) |
Modifier and Type | Method and Description |
---|---|
int |
getCMID() |
CompiledMethod |
getCompiledMethod() |
RVMMethod |
getMethod() |
double |
getNumSamples() |
int |
getOptCompiledLevel() |
int |
getPrevCompilerConstant() |
boolean |
isOptCompiled() |
String |
toString() |
private final CompiledMethod cm
private final double numSamples
HotMethodEvent(CompiledMethod _cm, double _numSamples)
_cm
- the compiled method_numSamples
- the number of samples attributed to the methodHotMethodEvent(CompiledMethod _cm, int _numSamples)
_cm
- the compiled method_numSamples
- the number of samples attributed to the methodpublic final int getCMID()
public final CompiledMethod getCompiledMethod()
public final boolean isOptCompiled()
public final int getOptCompiledLevel()
public final int getPrevCompilerConstant()
public final double getNumSamples()