Package | Description |
---|---|
org.jikesrvm.adaptive.controller | |
org.jikesrvm.adaptive.util | |
org.jikesrvm.classloader |
Provides classes that implement the classloading system as well as
data types that represent Java entities like classes, fields, methods
and primitives.
|
org.jikesrvm.compilers.baseline | |
org.jikesrvm.compilers.baseline.ia32 | |
org.jikesrvm.compilers.common | |
org.jikesrvm.compilers.opt | |
org.jikesrvm.compilers.opt.controlflow | |
org.jikesrvm.compilers.opt.driver | |
org.jikesrvm.compilers.opt.escape | |
org.jikesrvm.compilers.opt.inlining | |
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.runtimesupport | |
org.jikesrvm.compilers.opt.specialization | |
org.jikesrvm.compilers.opt.ssa |
SSA implementation (disabled because of bugs, see entry in issue tracker).
|
org.jikesrvm.compilers.opt.util | |
org.jikesrvm.jni | |
org.jikesrvm.runtime | |
org.jikesrvm.tuningfork | |
org.jikesrvm.util |
Provides utility classes and implementations of data structures suitable
for core runtime classes.
|
Class and Description |
---|
ImmutableEntryHashMapRVM
A hash map with entirely immutable buckets.
|
Class and Description |
---|
PriorityQueueRVM
This class implements a priority queue using the standard
(balanced partially-ordered tree, i.e., "heap") algorithm.
|
Class and Description |
---|
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.
|
Class and Description |
---|
PrintLN
This interface is implemented by org.jikesrvm.PrintContainer.
|
Class and Description |
---|
ImmutableEntryHashMapRVM
A hash map with entirely immutable buckets.
|
Class and Description |
---|
PrintLN
This interface is implemented by org.jikesrvm.PrintContainer.
|
Class and Description |
---|
ImmutableEntryHashMapRVM
A hash map with entirely immutable buckets.
|
Class and Description |
---|
BitVector
Implements a bit vector.
|
Class and Description |
---|
Pair |
Class and Description |
---|
ImmutableEntryHashMapRVM
A hash map with entirely immutable buckets.
|
Class and Description |
---|
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.
|
Class and Description |
---|
BitVector
Implements a bit vector.
|
LinkedListRVM
Implementation of java.util.LinkedList for use in classes that
end up in the boot image.
|
Class and Description |
---|
PrintLN
This interface is implemented by org.jikesrvm.PrintContainer.
|
Class and Description |
---|
HashSetRVM
Stripped down implementation of HashSet for use
by core parts of the JikesRVM runtime.
|
ImmutableEntryHashMapRVM
A hash map with entirely immutable buckets.
|
Class and Description |
---|
BitVector
Implements a bit vector.
|
Class and Description |
---|
BitVector
Implements a bit vector.
|
LinkedListRVM
Implementation of java.util.LinkedList for use in classes that
end up in the boot image.
|
Class and Description |
---|
PrintLN
This interface is implemented by org.jikesrvm.PrintContainer.
|
Class and Description |
---|
BitVector
Implements a bit vector.
|
ImmutableEntryHashMapRVM
A hash map with entirely immutable buckets.
|
ImmutableEntryIdentityHashMapRVM
A hash map with entirely immutable buckets.
|
Class and Description |
---|
HashSetRVM
Stripped down implementation of HashSet for use
by core parts of the JikesRVM runtime.
|
Class and Description |
---|
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
Implements a bit vector.
|
EmptyEnumeration
Implements an empty enumeration.
|
EmptyIterator
A generic iterator containing no items.
|
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.
|
PrintLN
This interface is implemented by org.jikesrvm.PrintContainer.
|
PriorityQueueRVM.PriorityQueueNode
A local class that holds the nodes of the priority tree
|