org.mmtk.utility
Class CycleDetector

java.lang.Object
  extended by org.mmtk.utility.CycleDetector

abstract class CycleDetector
extends Object


Constructor Summary
CycleDetector()
           
 
Method Summary
(package private) abstract  boolean collectCycles(boolean primary, boolean time)
           
(package private) abstract  void possibleCycleRoot(ObjectReference object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CycleDetector

CycleDetector()
Method Detail

collectCycles

abstract boolean collectCycles(boolean primary,
                               boolean time)

possibleCycleRoot

abstract void possibleCycleRoot(ObjectReference object)