org.jikesrvm
Interface Callbacks.MethodCompileMonitor

Enclosing class:
Callbacks

public static interface Callbacks.MethodCompileMonitor

Interface for monitoring method compile.


Method Summary
 void notifyMethodCompile(RVMMethod method, int compiler)
          Notify the monitor that a method is about to be compiled.
 

Method Detail

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 compiled
compiler - the compiler that will be invoked. Values are constants in CompiledMethod