| Package | Description |
|---|---|
| org.jikesrvm.adaptive.controller |
| Modifier and Type | Field and Description |
|---|---|
static BlockingPriorityQueue |
Controller.compilationQueue
A blocking priority queue where the controller will place methods
to be opt compiled
(an output of the controller thread)
|
static BlockingPriorityQueue |
Controller.controllerInputQueue
A blocking priority queue where organizers place events to
be processed by the controller
(an input to the controller thread)
|