See: Description
Class | Description |
---|---|
CMS |
This class implements the global state of a concurrent mark-sweep collector.
|
CMSCollector |
This class implements per-collector thread behavior
and state for the CMS plan, which implements a full-heap
concurrent mark-sweep collector.
|
CMSConstraints |
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
CMSMutator |
This class implements per-mutator thread behavior
and state for the CMS plan, which implements a full-heap
concurrent mark-sweep collector.
|
CMSTraceLocal |
This class implements the thread-local functionality for a transitive
closure over a mark-sweep space.
|