|
Class Summary |
| RC |
This class implements the global state of a simple reference counting
collector. |
| RCCollector |
This class implements per-collector thread behavior
and state for the RC plan, which implements a full-heap
reference counting collector. |
| RCConstraints |
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know. |
| RCModifiedProcessor |
This class is the fundamental mechanism for performing a
transitive closure over an object graph. |
| RCMutator |
This class implements per-mutator thread behavior
and state for the MS plan, which implements a full-heap
mark-sweep collector. |
| RCTraceLocal |
This class implments the thread-local functionality for a transitive
closure over a mark-sweep space. |