Uses of Package
org.mmtk.plan.refcount

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

Classes in org.mmtk.plan.refcount used by org.mmtk.plan.refcount
RCBase
          This class implements the global state of a reference counting collector.
RCDecBuffer
          This class implements a dec-buffer for a reference counting collector
RCZero
          This class is the fundamental mechanism for performing a transitive closure over an object graph.
 

Classes in org.mmtk.plan.refcount used by org.mmtk.plan.refcount.fullheap
RCBase
          This class implements the global state of a reference counting collector.
RCBaseCollector
          This class implements the collector context for a reference counting collector.
RCBaseConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
RCBaseMutator
          This class implements the mutator context for a reference counting collector.
 

Classes in org.mmtk.plan.refcount used by org.mmtk.plan.refcount.generational
RCBase
          This class implements the global state of a reference counting collector.
RCBaseCollector
          This class implements the collector context for a reference counting collector.
RCBaseConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
RCBaseMutator
          This class implements the mutator context for a reference counting collector.