Uses of Class
org.jikesrvm.adaptive.util.BlockingPriorityQueue

Packages that use BlockingPriorityQueue
org.jikesrvm.adaptive.controller   
 

Uses of BlockingPriorityQueue in org.jikesrvm.adaptive.controller
 

Fields in org.jikesrvm.adaptive.controller declared as BlockingPriorityQueue
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)