org.jikesrvm.scheduler
Class Lock.ExitMonitor

java.lang.Object
  extended by 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.


Constructor Summary
private Lock.ExitMonitor()
           
 
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
 

Constructor Detail

Lock.ExitMonitor

private Lock.ExitMonitor()
Method Detail

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