Class | Description |
---|---|
GenMS |
This class implements the functionality of a two-generation copying
collector where the higher generation is a mark-sweep space
(free list allocation, mark-sweep collection).
|
GenMSCollector |
This class implements per-collector thread behavior and state for
the
GenMS two-generational copying collector. |
GenMSConstraints |
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
GenMSMatureTraceLocal |
This class implements the core functionality for a transitive
closure over the heap graph, specifically in a Generational Mark-Sweep
collector.
|
GenMSMutator |
This class implements per-mutator thread behavior and state for
the
GenMS two-generational copying collector. |