Uses of Package
org.jikesrvm.adaptive.controller

Packages that use org.jikesrvm.adaptive.controller
org.jikesrvm.adaptive   
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.database.methodsamples   
org.jikesrvm.adaptive.util   
 

Classes in org.jikesrvm.adaptive.controller used by org.jikesrvm.adaptive
ControllerInputEvent
          Abstract parent class for events from organizers to the controller.
 

Classes in org.jikesrvm.adaptive.controller used by org.jikesrvm.adaptive.controller
AINewHotEdgeEvent
          Event used by the Adaptive Inlining Organizer to notify the controller that a call arc originating in a hot method has become hot and therefore recompilation of the method should be considered to enable additional profile-directed inlining.
AnalyticModel
          This class encapsulates the analytic model used by the controller to guide multi-level recompilation decisions.
ControllerInputEvent
          Abstract parent class for events from organizers to the controller.
ControllerPlan
          An instance of this class describes a compilation decision made by the controller.
ControllerThread
          This class implements the controller thread.
HotMethodEvent
          Abstract parent class for events from organizers to the controller used to communicate that a method should be considered as a candidate for recompilation.
RecompilationChoice
          A recompilation choice represents an action (or a set of actions) that can be considered by the controller's analytic model.
RecompilationStrategy
          An abstract class providing the interface to the decision making component of the controller.
RecompileOptChoice
          Represents the recompilation choice of simply recompiling the method in question at a particular opt-level.
 

Classes in org.jikesrvm.adaptive.controller used by org.jikesrvm.adaptive.database.methodsamples
HotMethodRecompilationEvent
          Event used by the basic recompilation organizer to notify the controller that a method is hot.
 

Classes in org.jikesrvm.adaptive.controller used by org.jikesrvm.adaptive.util
ControllerPlan
          An instance of this class describes a compilation decision made by the controller.
HotMethodEvent
          Abstract parent class for events from organizers to the controller used to communicate that a method should be considered as a candidate for recompilation.