Class | Description |
---|---|
StickyMS |
This class implements the global state of a simple sticky mark bits collector,
based a simple on mark-sweep collector.
|
StickyMSCollector |
This class implements per-collector thread behavior
and state for the StickMS plan, which implements a generational
sticky mark bits mark-sweep collector.
|
StickyMSConstraints |
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
StickyMSMutator |
This class implements per-mutator thread behavior
and state for the StickyMS plan, which implements a
generational mark-sweep collector.
|
StickyMSNurseryTraceLocal |
This class implements the thread-local functionality for a transitive
closure over a mark-sweep space.
|