Uses of Package
org.jikesrvm.runtime

Packages that use org.jikesrvm.runtime
org.jikesrvm   
org.jikesrvm.classloader   
org.jikesrvm.compilers.baseline   
org.jikesrvm.compilers.baseline.ia32   
org.jikesrvm.compilers.common   
org.jikesrvm.compilers.opt.runtimesupport   
org.jikesrvm.compilers.opt.runtimesupport.ia32   
org.jikesrvm.jni   
org.jikesrvm.jni.ia32   
org.jikesrvm.mm.mminterface   
org.jikesrvm.runtime   
 

Classes in org.jikesrvm.runtime used by org.jikesrvm
ExceptionDeliverer
          Interface for exception delivery called by RuntimeEntrypoints.deliverException() to pass control to a stackframe whose method has an appropriate "catch" block or to step over a stackframe that does not have an appropriate catch block.
ExitStatus
          Exit status codes for the Jikes RVM virtual machine.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.classloader
DynamicLink
          Place for CompiledMethod.getDynamicLink() to deposit return information.
ReflectionBase
          Base class for all reflective method invoker classes, contains utility methods that are invoked to unwrap the reflective arguments.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.compilers.baseline
DynamicLink
          Place for CompiledMethod.getDynamicLink() to deposit return information.
ExceptionDeliverer
          Interface for exception delivery called by RuntimeEntrypoints.deliverException() to pass control to a stackframe whose method has an appropriate "catch" block or to step over a stackframe that does not have an appropriate catch block.
StackBrowser
          Use this class to explore the stack.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.compilers.baseline.ia32
DynamicLink
          Place for CompiledMethod.getDynamicLink() to deposit return information.
ExceptionDeliverer
          Interface for exception delivery called by RuntimeEntrypoints.deliverException() to pass control to a stackframe whose method has an appropriate "catch" block or to step over a stackframe that does not have an appropriate catch block.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.compilers.common
DynamicLink
          Place for CompiledMethod.getDynamicLink() to deposit return information.
ExceptionDeliverer
          Interface for exception delivery called by RuntimeEntrypoints.deliverException() to pass control to a stackframe whose method has an appropriate "catch" block or to step over a stackframe that does not have an appropriate catch block.
StackBrowser
          Use this class to explore the stack.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.compilers.opt.runtimesupport
DynamicLink
          Place for CompiledMethod.getDynamicLink() to deposit return information.
ExceptionDeliverer
          Interface for exception delivery called by RuntimeEntrypoints.deliverException() to pass control to a stackframe whose method has an appropriate "catch" block or to step over a stackframe that does not have an appropriate catch block.
StackBrowser
          Use this class to explore the stack.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.compilers.opt.runtimesupport.ia32
ExceptionDeliverer
          Interface for exception delivery called by RuntimeEntrypoints.deliverException() to pass control to a stackframe whose method has an appropriate "catch" block or to step over a stackframe that does not have an appropriate catch block.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.jni
DynamicLink
          Place for CompiledMethod.getDynamicLink() to deposit return information.
ExceptionDeliverer
          Interface for exception delivery called by RuntimeEntrypoints.deliverException() to pass control to a stackframe whose method has an appropriate "catch" block or to step over a stackframe that does not have an appropriate catch block.
StackBrowser
          Use this class to explore the stack.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.jni.ia32
ExceptionDeliverer
          Interface for exception delivery called by RuntimeEntrypoints.deliverException() to pass control to a stackframe whose method has an appropriate "catch" block or to step over a stackframe that does not have an appropriate catch block.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.mm.mminterface
BootRecord
          Information required to start the virtual machine and communicate with the outside world.
 

Classes in org.jikesrvm.runtime used by org.jikesrvm.runtime
BootRecord
          Information required to start the virtual machine and communicate with the outside world.
DynamicLibrary
          Interface to the dynamic libraries of our underlying operating system.
DynamicLink
          Place for CompiledMethod.getDynamicLink() to deposit return information.
ObjectAddressRemapper
          Facility for remapping object addresses across virtual machine address spaces.
ReflectionBase
          Base class for all reflective method invoker classes, contains utility methods that are invoked to unwrap the reflective arguments.
StackTrace.Element
          Class to wrap up a stack frame element
SysCall
          Support for lowlevel (i.e. non-JNI) invocation of C functions with static addresses.