Package | Description |
---|---|
org.jikesrvm.mm.mminterface | |
org.jikesrvm.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
ThreadContext
RVMThread must extend this class to associate appropriate context with processor.
|
Modifier and Type | Method and Description |
---|---|
static Selected.Mutator |
Selected.Mutator.get() |
Modifier and Type | Method and Description |
---|---|
private static Address |
MemoryManager.allocateSpace(Selected.Mutator mutator,
int bytes,
int align,
int offset,
int allocator,
int site)
Allocate space for runtime allocation of an object
|
Modifier and Type | Class and Description |
---|---|
class |
RVMThread
A generic java thread's execution context.
|