|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SimpleMutator in org.jikesrvm.adaptive |
|---|
| Subclasses of SimpleMutator in org.jikesrvm.adaptive | |
|---|---|
class |
OSROrganizerThread
Organizer thread collects OSR requests and inserted in controller queue The producers are application threads, and the consumer thread is the organizer. |
| Uses of SimpleMutator in org.jikesrvm.adaptive.controller |
|---|
| Subclasses of SimpleMutator in org.jikesrvm.adaptive.controller | |
|---|---|
class |
ControllerThread
This class implements the controller thread. |
| Uses of SimpleMutator in org.jikesrvm.adaptive.measurements.organizers |
|---|
| Subclasses of SimpleMutator in org.jikesrvm.adaptive.measurements.organizers | |
|---|---|
class |
AccumulatingMethodSampleOrganizer
An organizer for method listener information that simply accumulates the samples into a private MethodCountData instance. |
(package private) class |
AccumulatingMethodSampleOrganizer.AsyncReporter
|
class |
DecayOrganizer
An organizer that periodically decays runtime counters |
class |
DynamicCallGraphOrganizer
An organizer to build a dynamic call graph from call graph edge samples. |
class |
MethodSampleOrganizer
An organizer for method listener information. |
class |
Organizer
An Organizer acts an an intermediary between the low level online measurements and the controller. |
| Uses of SimpleMutator in org.jikesrvm.adaptive.recompilation |
|---|
| Subclasses of SimpleMutator in org.jikesrvm.adaptive.recompilation | |
|---|---|
class |
CompilationThread
This class is a separate thread whose job is to monitor a (priority) queue of compilation plans. |
| Uses of SimpleMutator in org.jikesrvm.mm.mminterface |
|---|
| Subclasses of SimpleMutator in org.jikesrvm.mm.mminterface | |
|---|---|
class |
CollectorThread
System thread used to preform garbage collections. |
static class |
Selected.Mutator
|
class |
ThreadContext
RVMThread must extend this class to associate appropriate context with processor. |
| Uses of SimpleMutator in org.jikesrvm.scheduler |
|---|
| Subclasses of SimpleMutator in org.jikesrvm.scheduler | |
|---|---|
class |
FinalizerThread
Finalizer thread. |
class |
RVMThread
A generic java thread's execution context. |
class |
TimerThread
The timer thread. |
| Uses of SimpleMutator in org.mmtk.plan |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan | |
|---|---|
class |
StopTheWorldMutator
This class (and its sub-classes) implement per-mutator thread behavior and state. |
| Uses of SimpleMutator in org.mmtk.plan.copyms |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.copyms | |
|---|---|
class |
CopyMSMutator
This class implements per-mutator thread behavior and state for the CopyMS plan. |
| Uses of SimpleMutator in org.mmtk.plan.generational |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.generational | |
|---|---|
class |
GenMutator
This abstract class implements per-mutator thread behavior and state for generational copying collectors. |
| Uses of SimpleMutator in org.mmtk.plan.generational.copying |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.generational.copying | |
|---|---|
class |
GenCopyMutator
This class implements per-mutator thread behavior and state for the GenCopy two-generational copying collector. |
| Uses of SimpleMutator in org.mmtk.plan.generational.immix |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.generational.immix | |
|---|---|
class |
GenImmixMutator
This class implements per-mutator thread behavior and state for the GenImmix two-generational copying collector. |
| Uses of SimpleMutator in org.mmtk.plan.generational.marksweep |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.generational.marksweep | |
|---|---|
class |
GenMSMutator
This class implements per-mutator thread behavior and state for the GenMS two-generational copying collector. |
| Uses of SimpleMutator in org.mmtk.plan.immix |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.immix | |
|---|---|
class |
ImmixMutator
This class implements per-mutator thread behavior and state for the Immix plan, which implements a full-heap immix collector. |
| Uses of SimpleMutator in org.mmtk.plan.markcompact |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.markcompact | |
|---|---|
class |
MCMutator
This class implements per-mutator thread behavior and state for the MC plan, which implements a full-heap mark-compact collector. |
| Uses of SimpleMutator in org.mmtk.plan.marksweep |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.marksweep | |
|---|---|
class |
MSMutator
This class implements per-mutator thread behavior and state for the MS plan, which implements a full-heap mark-sweep collector. |
| Uses of SimpleMutator in org.mmtk.plan.poisoned |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.poisoned | |
|---|---|
class |
PoisonedMutator
This class implements a poisoned collector, that is essentially a test case for read and write barriers in the VM. |
| Uses of SimpleMutator in org.mmtk.plan.refcount |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.refcount | |
|---|---|
class |
RCBaseMutator
This class implements the mutator context for a simple reference counting collector. |
| Uses of SimpleMutator in org.mmtk.plan.refcount.fullheap |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.refcount.fullheap | |
|---|---|
class |
RCMutator
This class implements the mutator context for a simple reference counting collector. |
| Uses of SimpleMutator in org.mmtk.plan.refcount.generational |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.refcount.generational | |
|---|---|
class |
GenRCMutator
This class implements the mutator context for a simple reference counting collector. |
| Uses of SimpleMutator in org.mmtk.plan.semispace |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.semispace | |
|---|---|
class |
SSMutator
This class implements per-mutator thread behavior and state for the SS plan, which implements a full-heap semi-space collector. |
| Uses of SimpleMutator in org.mmtk.plan.semispace.gcspy |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.semispace.gcspy | |
|---|---|
class |
SSGCspyMutator
This class implements per-mutator thread behavior and state for the SSGCspy plan. |
| Uses of SimpleMutator in org.mmtk.plan.semispace.gctrace |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.semispace.gctrace | |
|---|---|
class |
GCTraceMutator
This class implements per-mutator thread behavior and state for the GCTrace plan, which implements a GC tracing algorithm. |
| Uses of SimpleMutator in org.mmtk.plan.semispace.usePrimitiveWriteBarriers |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.semispace.usePrimitiveWriteBarriers | |
|---|---|
class |
UsePrimitiveWriteBarriersMutator
This class extends the SSMutator class as part of the
UsePrimitiveWriteBarriers collector. |
| Uses of SimpleMutator in org.mmtk.plan.stickyimmix |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.stickyimmix | |
|---|---|
class |
StickyImmixMutator
This class implements per-mutator thread behavior and state for the StickyImmix plan, which implements a generational mark-sweep collector. |
| Uses of SimpleMutator in org.mmtk.plan.stickyms |
|---|
| Subclasses of SimpleMutator in org.mmtk.plan.stickyms | |
|---|---|
class |
StickyMSMutator
This class implements per-mutator thread behavior and state for the StickyMS plan, which implements a generational mark-sweep collector. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||