org.jikesrvm.osr
Class OSRProfiler
java.lang.Object
org.jikesrvm.osr.OSRProfiler
- All Implemented Interfaces:
- Callbacks.ExitMonitor
public class OSRProfiler
- extends Object
- implements Callbacks.ExitMonitor
Maintain statistic information about on stack replacement events
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invalidations
private static int invalidations
registered
private static boolean registered
OSRProfiler
public OSRProfiler()
notifyExit
public void notifyExit(int value)
- Description copied from interface:
Callbacks.ExitMonitor
- Notify the monitor that the VM is about to exit.
- Specified by:
notifyExit
in interface Callbacks.ExitMonitor
- Parameters:
value
- the exit value
notifyInvalidation
public static void notifyInvalidation(ExecutionState state)
invalidateState
private static void invalidateState(ExecutionState state)