Uses of Interface
org.jikesrvm.adaptive.controller.ControllerInputEvent

Packages that use ControllerInputEvent
org.jikesrvm.adaptive   
org.jikesrvm.adaptive.controller   
 

Uses of ControllerInputEvent in org.jikesrvm.adaptive
 

Classes in org.jikesrvm.adaptive that implement ControllerInputEvent
 class OnStackReplacementEvent
          Event generated by a thread aware of on-stack-replacement request.
 

Uses of ControllerInputEvent in org.jikesrvm.adaptive.controller
 

Classes in org.jikesrvm.adaptive.controller that implement ControllerInputEvent
 class 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.
 class HotMethodRecompilationEvent
          Event used by the basic recompilation organizer to notify the controller that a method is hot.