Class | Description |
---|---|
MS |
This class implements the global state of a simple mark-sweep collector.
|
MSCollector |
This class implements per-collector thread behavior
and state for the MS plan, which implements a full-heap
mark-sweep collector.
|
MSConstraints |
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
MSMutator |
This class implements per-mutator thread behavior
and state for the MS plan, which implements a full-heap
mark-sweep collector.
|
MSTraceLocal |
This class implements the thread-local functionality for a transitive
closure over a mark-sweep space.
|