Uses of Class
org.jikesrvm.mm.mminterface.Selected.Mutator

Packages that use Selected.Mutator
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 Selected.Mutator in org.jikesrvm.adaptive
 

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

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

Uses of Selected.Mutator in org.jikesrvm.adaptive.measurements.organizers
 

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

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

Subclasses of Selected.Mutator in org.jikesrvm.mm.mminterface
 class CollectorThread
          System thread used to preform garbage collections.
 class ThreadContext
          RVMThread must extend this class to associate appropriate context with processor.
 

Methods in org.jikesrvm.mm.mminterface that return Selected.Mutator
static Selected.Mutator Selected.Mutator.get()
           
 

Methods in org.jikesrvm.mm.mminterface with parameters of type Selected.Mutator
private static Address MemoryManager.allocateSpace(Selected.Mutator mutator, int bytes, int align, int offset, int allocator, int site)
          Allocate space for runtime allocation of an object
 

Uses of Selected.Mutator in org.jikesrvm.scheduler
 

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