Modifier and Type | Class and Description |
---|---|
static class |
Selected.Plan |
Modifier and Type | Method and Description |
---|---|
Plan |
ActivePlan.global() |
Modifier and Type | Class and Description |
---|---|
class |
Simple
This abstract class implements the core functionality for
simple collectors.
|
class |
StopTheWorld
This abstract class implements the core functionality for
stop-the-world collectors.
|
Modifier and Type | Class and Description |
---|---|
class |
Concurrent
This class implements the global state of a concurrent collector.
|
Modifier and Type | Class and Description |
---|---|
class |
CMS
This class implements the global state of a concurrent mark-sweep collector.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyMS
This class implements the global state of a full-heap collector
with a copying nursery and mark-sweep mature space.
|
Modifier and Type | Class and Description |
---|---|
class |
Gen
This abstract class implements the core functionality of generic
two-generation copying collectors.
|
Modifier and Type | Class and Description |
---|---|
class |
GenCopy
This class implements the functionality of a standard
two-generation copying collector.
|
Modifier and Type | Class and Description |
---|---|
class |
GenImmix
This class implements the functionality of a two-generation copying
collector where the higher generation is an immix space.
|
Modifier and Type | Class and Description |
---|---|
class |
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).
|
Modifier and Type | Class and Description |
---|---|
class |
Immix
This class implements the global state of an immix collector.
|
Modifier and Type | Class and Description |
---|---|
class |
MC
This class implements the global state of a simple sliding mark-compact
collector.
|
Modifier and Type | Class and Description |
---|---|
class |
MS
This class implements the global state of a simple mark-sweep collector.
|
Modifier and Type | Class and Description |
---|---|
class |
NoGC
This class implements the global state of a a simple allocator
without a collector.
|
Modifier and Type | Class and Description |
---|---|
class |
Poisoned
This class implements a poisoned collector, that is essentially a test
case for read and write barriers in the VM.
|
Modifier and Type | Class and Description |
---|---|
class |
RCBase
This class implements the global state of a reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
RC
This class implements the global state of a reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
GenRC
This class implements the global state of a a simple reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
SS
This class implements a simple semi-space collector.
|
Modifier and Type | Class and Description |
---|---|
class |
SSGCspy
This class extends a simple semi-space collector to instrument it for
GCspy.
|
Modifier and Type | Class and Description |
---|---|
class |
GCTrace
This plan has been modified slightly to perform the processing necessary
for GC trace generation.
|
Modifier and Type | Class and Description |
---|---|
class |
UsePrimitiveWriteBarriers
This class exercises primitive write barriers The write barriers contain no
payloads but merely perform a write to the heap
|
Modifier and Type | Class and Description |
---|---|
class |
StickyImmix
This class implements the global state of a simple sticky mark bits collector,
based on an immix collector.
|
Modifier and Type | Class and Description |
---|---|
class |
StickyMS
This class implements the global state of a simple sticky mark bits collector,
based a simple on mark-sweep collector.
|
Modifier and Type | Method and Description |
---|---|
abstract Plan |
ActivePlan.global() |