Package org.jikesrvm.adaptive
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| AosEntrypoints |
Entrypoints that are valid when the build includes the adaptive optimization system. |
| OnStackReplacementEvent |
Event generated by a thread aware of on-stack-replacement request. |
| OnStackReplacementPlan |
A OSR_ControllerOnStackReplacementPlan is scheduled by ControllerThread,
and executed by the RecompilationThread. |
| OnStackReplacementTrigger |
Trigger an OSR from a running thread. |
| OSRListener |
Code invoked from Thread.yieldpoint for the purposes of OSR. |
| OSROrganizerThread |
Organizer thread collects OSR requests and inserted in controller queue
The producers are application threads, and the consumer thread is the
organizer. |