org.mmtk.plan.refcount.fullheap
Class RCModifiedProcessor
java.lang.Object
org.mmtk.plan.TransitiveClosure
org.mmtk.plan.refcount.fullheap.RCModifiedProcessor
public final class RCModifiedProcessor
- extends TransitiveClosure
This class is the fundamental mechanism for performing a
transitive closure over an object graph.
- See Also:
TraceLocal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
collector
private RCCollector collector
RCModifiedProcessor
public RCModifiedProcessor(RCCollector ctor)
processEdge
public void processEdge(ObjectReference source,
Address slot)
- Description copied from class:
TransitiveClosure
- Trace an edge during GC.
- Overrides:
processEdge
in class TransitiveClosure
- Parameters:
source
- The source of the reference.slot
- The location containing the object reference.