Class | Description |
---|---|
MC |
This class implements the global state of a simple sliding mark-compact
collector.
|
MCCollector |
This class implements per-collector thread behavior
and state for the MC plan, which implements a full-heap
mark-compact collector.
|
MCConstraints |
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
MCForwardTraceLocal |
This class implements the thread-local functionality for a transitive
closure over a mark-compact space during the forwarding phase.
|
MCMarkTraceLocal |
This class implements the thread-local functionality for a transitive
closure over a mark-compact space during the initial marking phase.
|
MCMutator |
This class implements per-mutator thread behavior
and state for the MC plan, which implements a full-heap
mark-compact collector.
|