public class OSRProfiler extends Object implements Callbacks.ExitMonitor
Modifier and Type | Field and Description |
---|---|
private static int |
invalidations |
private static boolean |
registered |
Constructor and Description |
---|
OSRProfiler() |
Modifier and Type | Method and Description |
---|---|
private static void |
invalidateState(ExecutionState state) |
void |
notifyExit(int value)
Notify the monitor that the VM is about to exit.
|
static void |
notifyInvalidation(ExecutionState state) |
private static int invalidations
private static boolean registered
public OSRProfiler()
public void notifyExit(int value)
Callbacks.ExitMonitor
notifyExit
in interface Callbacks.ExitMonitor
value
- the exit valuepublic static void notifyInvalidation(ExecutionState state)
private static void invalidateState(ExecutionState state)