Uses of Class
org.mmtk.plan.generational.immix.GenImmixMutator

Packages that use GenImmixMutator
org.jikesrvm.adaptive   
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.measurements.organizers   
org.jikesrvm.adaptive.recompilation   
org.jikesrvm.mm.mminterface   
org.jikesrvm.scheduler   
 

Uses of GenImmixMutator in org.jikesrvm.adaptive
 

Subclasses of GenImmixMutator 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 GenImmixMutator in org.jikesrvm.adaptive.controller
 

Subclasses of GenImmixMutator in org.jikesrvm.adaptive.controller
 class ControllerThread
          This class implements the controller thread.
 

Uses of GenImmixMutator in org.jikesrvm.adaptive.measurements.organizers
 

Subclasses of GenImmixMutator 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 GenImmixMutator in org.jikesrvm.adaptive.recompilation
 

Subclasses of GenImmixMutator 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 GenImmixMutator in org.jikesrvm.mm.mminterface
 

Subclasses of GenImmixMutator 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 GenImmixMutator in org.jikesrvm.scheduler
 

Subclasses of GenImmixMutator in org.jikesrvm.scheduler
 class FinalizerThread
          Finalizer thread.
 class RVMThread
          A generic java thread's execution context.
 class TimerThread
          The timer thread.