Package | Description |
---|---|
org.jikesrvm.adaptive | |
org.jikesrvm.adaptive.controller | |
org.jikesrvm.adaptive.database.methodsamples | |
org.jikesrvm.adaptive.util |
Class and Description |
---|
ControllerInputEvent
Abstract parent class for events from organizers to the controller.
|
Class and Description |
---|
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.
|
Class and Description |
---|
HotMethodRecompilationEvent
Event used by the basic recompilation organizer
to notify the controller that a method is hot.
|
Class and Description |
---|
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.
|