org.jikesrvm
Interface Callbacks.MethodCompileMonitor
- Enclosing class:
- Callbacks
public static interface Callbacks.MethodCompileMonitor
Interface for monitoring method compile.
notifyMethodCompile
void notifyMethodCompile(RVMMethod method,
int compiler)
- Notify the monitor that a method is about to be compiled.
NOTE: use VM.runningVM and VM.writingBootImage to determine
whether the VM is running
- Parameters:
method
- the method that will be compiledcompiler
- the compiler that will be invoked.
Values are constants in CompiledMethod