org.mmtk.plan.refcount.backuptrace
Class BTSweepImmortalScanner
java.lang.Object
org.mmtk.utility.alloc.LinearScan
org.mmtk.plan.refcount.backuptrace.BTSweepImmortalScanner
public final class BTSweepImmortalScanner
- extends LinearScan
This class is used in backup tracing to sweep and zero any dead 'immortal' objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BTSweepImmortalScanner
public BTSweepImmortalScanner()
scan
public void scan(ObjectReference object)
- Scan an object during sweep.
- Specified by:
scan
in class LinearScan
- Parameters:
object
- The source of the reference.