org.jikesrvm.tuningfork
Class ChunkQueue
java.lang.Object
org.jikesrvm.tuningfork.ChunkQueue
public class ChunkQueue
- extends Object
A Queue of chunks intended to keep track of meta-chunks.
Therefore it can be implemented using Java-level synchronization and
allocation operations to wrap the Chunks in Queue nodes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
head
private ChunkQueue.Node head
tail
private ChunkQueue.Node tail
ChunkQueue
public ChunkQueue()
enqueue
public void enqueue(RawChunk c)
dequeue
public RawChunk dequeue()
isEmpty
public boolean isEmpty()