org.mmtk.utility.gcspy.drivers
Class ImmortalSpaceDriver.Closure
java.lang.Object
org.mmtk.plan.TransitiveClosure
org.mmtk.utility.gcspy.drivers.ImmortalSpaceDriver.Closure
- Enclosing class:
- ImmortalSpaceDriver
private class ImmortalSpaceDriver.Closure
- extends TransitiveClosure
Used to visit the edges in the immortal object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImmortalSpaceDriver.Closure
private ImmortalSpaceDriver.Closure()
processEdge
public void processEdge(ObjectReference source,
Address slot)
- Process an edge.
- Overrides:
processEdge
in class TransitiveClosure
- Parameters:
source
- The source of the reference.slot
- The location containing the object reference.