Package org.mmtk.plan.refcount.generational

Class Summary
GenRC This class implements the global state of a simple reference counting collector.
GenRCCollector This class implements per-collector thread behavior and state for the GenRC plan, which implements a generational reference counting collector.
GenRCConstraints This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
GenRCModifiedProcessor This class is the fundamental mechanism for performing a transitive closure over an object graph.
GenRCMutator This class implements per-mutator thread behavior and state for the GenRC plan, a generational reference counting collector.
GenRCTraceLocal This class implments the thread-local functionality for a transitive closure over a mark-sweep space.