org.mmtk.utility.alloc
Class DumpLinearScan

java.lang.Object
  extended by org.mmtk.utility.alloc.LinearScan
      extended by org.mmtk.utility.alloc.DumpLinearScan

public final class DumpLinearScan
extends LinearScan

Simple linear scan to dump object information.


Constructor Summary
DumpLinearScan()
           
 
Method Summary
 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

DumpLinearScan

public DumpLinearScan()
Method Detail

scan

public void scan(ObjectReference object)
Description copied from class: LinearScan
Scan an object.

Specified by:
scan in class LinearScan
Parameters:
object - The object to scan