public final class OnStackReplacementEvent extends Object implements ControllerInputEvent
Modifier and Type | Field and Description |
---|---|
int |
CMID
the compiled method id
|
RVMThread |
suspendedThread
the suspended thread.
|
Offset |
tsFromFPoff
the threadSwithFrom fp offset
|
int |
whereFrom
remember where it comes from
|
Offset |
ypTakenFPoff
the osr method's fp offset
|
Constructor and Description |
---|
OnStackReplacementEvent() |
Modifier and Type | Method and Description |
---|---|
void |
process()
This function will generate a controller plan and
inserted in the recompilation queue.
|
public RVMThread suspendedThread
public int whereFrom
public int CMID
public Offset tsFromFPoff
public Offset ypTakenFPoff
public OnStackReplacementEvent()
public void process()
process
in interface ControllerInputEvent