Uses of Package
org.jikesrvm.util

Packages that use org.jikesrvm.util
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.util   
org.jikesrvm.classloader   
org.jikesrvm.compilers.baseline.ia32   
org.jikesrvm.compilers.opt   
org.jikesrvm.compilers.opt.controlflow   
org.jikesrvm.compilers.opt.escape   
org.jikesrvm.compilers.opt.inlining   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.specialization   
org.jikesrvm.compilers.opt.ssa   
org.jikesrvm.compilers.opt.util   
org.jikesrvm.runtime   
org.jikesrvm.tuningfork   
org.jikesrvm.util   
 

Classes in org.jikesrvm.util used by org.jikesrvm.adaptive.controller
ImmutableEntryHashMapRVM
          A hash map with entirely immutable buckets.
 

Classes in org.jikesrvm.util used by org.jikesrvm.adaptive.util
PriorityQueueRVM
          This class implements a priority queue using the standard (balanced partially-ordered tree, i.e., "heap") algorithm.
 

Classes in org.jikesrvm.util used by org.jikesrvm.classloader
HashMapRVM
          Stripped down implementation of HashMap data structure for use by core parts of the JikesRVM runtime.
ImmutableEntryHashMapRVM
          A hash map with entirely immutable buckets.
ImmutableEntryHashSetRVM
          A hash set with entirely immutable buckets.
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.baseline.ia32
ImmutableEntryHashMapRVM
          A hash map with entirely immutable buckets.
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.opt
ImmutableEntryHashMapRVM
          A hash map with entirely immutable buckets.
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.opt.controlflow
BitVector
          BitVector.java implements a bit vector
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.opt.escape
ImmutableEntryHashMapRVM
          A hash map with entirely immutable buckets.
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.opt.inlining
HashMapRVM
          Stripped down implementation of HashMap data structure for use by core parts of the JikesRVM runtime.
HashSetRVM
          Stripped down implementation of HashSet for use by core parts of the JikesRVM runtime.
ImmutableEntryHashMapRVM
          A hash map with entirely immutable buckets.
ImmutableEntryHashSetRVM
          A hash set with entirely immutable buckets.
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.opt.ir
BitVector
          BitVector.java implements a bit vector
LinkedListRVM
          Implementation of java.util.LinkedList for use in classes that end up in the boot image.
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.opt.specialization
HashSetRVM
          Stripped down implementation of HashSet for use by core parts of the JikesRVM runtime.
ImmutableEntryHashMapRVM
          A hash map with entirely immutable buckets.
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.opt.ssa
BitVector
          BitVector.java implements a bit vector
 

Classes in org.jikesrvm.util used by org.jikesrvm.compilers.opt.util
BitVector
          BitVector.java implements a bit vector
LinkedListRVM
          Implementation of java.util.LinkedList for use in classes that end up in the boot image.
 

Classes in org.jikesrvm.util used by org.jikesrvm.runtime
BitVector
          BitVector.java implements a bit vector
ImmutableEntryHashMapRVM
          A hash map with entirely immutable buckets.
ImmutableEntryIdentityHashMapRVM
          A hash map with entirely immutable buckets.
 

Classes in org.jikesrvm.util used by org.jikesrvm.tuningfork
HashSetRVM
          Stripped down implementation of HashSet for use by core parts of the JikesRVM runtime.
 

Classes in org.jikesrvm.util used by org.jikesrvm.util
AbstractHashMapRVM
          Common super class for all VM hash maps
AbstractHashMapRVM.AbstractBucket
           
AbstractHashMapRVM.BucketIterator
          Iterator types for key and value
AbstractHashSetRVM
          Common super class for all VM hash sets
AbstractHashSetRVM.AbstractBucket
           
BitVector
          BitVector.java implements a bit vector
LinkedListRVM
          Implementation of java.util.LinkedList for use in classes that end up in the boot image.
LinkedListRVM.Element
          Class for the actual elements of the list.
PriorityQueueRVM.PriorityQueueNode
          A local class that holds the nodes of the priority tree