Package | Description |
---|---|
org.mmtk.plan.generational.marksweep |
Class and 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).
|
GenMSMatureTraceLocal
This class implements the core functionality for a transitive
closure over the heap graph, specifically in a Generational Mark-Sweep
collector.
|