org.jikesrvm.scheduler
Class Lock.ExitMonitor
java.lang.Object
org.jikesrvm.scheduler.Lock.ExitMonitor
- All Implemented Interfaces:
- Callbacks.ExitMonitor
- Enclosing class:
- Lock
private static final class Lock.ExitMonitor
- extends Object
- implements Callbacks.ExitMonitor
Report statistics at the end of execution.
Method Summary |
void |
notifyExit(int value)
Notify the monitor that the VM is about to exit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lock.ExitMonitor
private Lock.ExitMonitor()
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