Uses of Class
org.mmtk.plan.refcount.RCBaseCollector

Packages that use RCBaseCollector
org.mmtk.plan.refcount.fullheap   
org.mmtk.plan.refcount.generational   
 

Uses of RCBaseCollector in org.mmtk.plan.refcount.fullheap
 

Subclasses of RCBaseCollector in org.mmtk.plan.refcount.fullheap
 class RCCollector
          This class implements the collector context for a reference counting collector.
 

Uses of RCBaseCollector in org.mmtk.plan.refcount.generational
 

Subclasses of RCBaseCollector in org.mmtk.plan.refcount.generational
 class GenRCCollector
          This class implements the collector context for a simple reference counting collector.