public abstract class SystemThread extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SystemThread(byte[] stack,
String name) |
protected |
SystemThread(String name) |
| Modifier and Type | Method and Description |
|---|---|
RVMThread |
getRVMThread() |
abstract void |
run() |
void |
start() |
void |
stop(Throwable cause) |
protected SystemThread(String name)
protected SystemThread(byte[] stack, String name)