|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mmtk.plan.MutatorContext org.mmtk.plan.SimpleMutator org.mmtk.plan.StopTheWorldMutator org.mmtk.plan.generational.GenMutator org.mmtk.plan.generational.immix.GenImmixMutator org.jikesrvm.mm.mminterface.Selected.Mutator org.jikesrvm.mm.mminterface.ThreadContext
public abstract class ThreadContext
RVMThread must extend this class to associate appropriate context with processor.
Field Summary | |
---|---|
protected CollectorContext |
collectorContext
|
Fields inherited from class org.mmtk.plan.generational.GenMutator |
---|
arrayRemset, nursery, remset |
Fields inherited from class org.mmtk.plan.MutatorContext |
---|
immortal, lgcode, log, los, nonmove, smcode |
Constructor Summary | |
---|---|
ThreadContext()
|
Method Summary | |
---|---|
CollectorContext |
getCollectorContext()
|
boolean |
isCollectorThread()
|
Methods inherited from class org.jikesrvm.mm.mminterface.Selected.Mutator |
---|
get, getThread |
Methods inherited from class org.mmtk.plan.generational.immix.GenImmixMutator |
---|
alloc, collectionPhase, getAllocatorFromSpace, postAlloc |
Methods inherited from class org.mmtk.plan.generational.GenMutator |
---|
assertRemsetsFlushed, flushRememberedSets, objectReferenceBulkCopy, objectReferenceNonHeapWrite, objectReferenceTryCompareAndSwap, objectReferenceWrite |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CollectorContext collectorContext
Constructor Detail |
---|
public ThreadContext()
Method Detail |
---|
public final CollectorContext getCollectorContext()
public final boolean isCollectorThread()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |