org.mmtk.utility.alloc
Class LinearScan

java.lang.Object
  extended by org.mmtk.utility.alloc.LinearScan
Direct Known Subclasses:
BTSweepImmortalScanner, DumpLinearScan, LinearScan, SanityLinearScan

public abstract class LinearScan
extends Object

Callbacks from BumpPointer during a linear scan are dispatched through a subclass of this object.


Constructor Summary
LinearScan()
           
 
Method Summary
abstract  void scan(ObjectReference object)
          Scan an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearScan

public LinearScan()
Method Detail

scan

public abstract void scan(ObjectReference object)
Scan an object.

Parameters:
object - The object to scan