Package org.jikesrvm
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
ArchitectureSpecific.ArchConstants No description provided.
ArchitectureSpecific.BaselineConstants No description provided.
ArchitectureSpecific.RegisterConstants No description provided.
ArchitectureSpecific.StackframeLayoutConstants No description provided.
ArchitectureSpecific.TrapConstants No description provided.
ArchitectureSpecificOpt.OptGCMapIteratorConstants No description provided.
ArchitectureSpecificOpt.PhysicalRegisterConstants No description provided.
Callbacks.AppCompleteMonitor Interface for monitoring when an application completes executing
Callbacks.AppRunCompleteMonitor Interface for monitoring when an application completes a run
Callbacks.AppRunStartMonitor Interface for monitoring when an application starts a run
Callbacks.AppStartMonitor Interface for monitoring when an application starts executing
Callbacks.BootImageMonitor Interface for monitoring boot image writing.
Callbacks.ClassInitializedMonitor Interface for monitoring class initialization.
Callbacks.ClassInstantiatedMonitor Interface for monitoring class instantiation.
Callbacks.ClassLoadedMonitor Interface for monitoring class loading.
Callbacks.ClassResolvedMonitor Interface for monitoring class resolution.
Callbacks.DefineClassMonitor Interface for monitoring defineClass calls.
Callbacks.ExitMonitor Interface for monitoring VM exit.
Callbacks.ForNameMonitor Interface for monitoring forName calls.
Callbacks.LoadClassMonitor Interface for monitoring loadClass calls.
Callbacks.MethodCompileMonitor Interface for monitoring method compile.
Callbacks.MethodOverrideMonitor Interface for monitoring method override.
Callbacks.RecompileAllDynamicallyLoadedMethodsMonitor Interface for requesting VM to recompile all previously dynamically compiled methods
Callbacks.StartupMonitor Interface for monitoring VM startup.
Constants Constants describing vm object, stack, and register characteristics.
HeapLayoutConstants Constants defining heap layout constants
SizeConstants Constants defining the basic sizes of primitive quantities
Classes
ArchitectureSpecific No description provided.
ArchitectureSpecific.Assembler No description provided.
ArchitectureSpecific.BaselineCompilerImpl No description provided.
ArchitectureSpecific.BaselineExceptionDeliverer No description provided.
ArchitectureSpecific.BaselineGCMapIterator No description provided.
ArchitectureSpecific.CodeArray No description provided.
ArchitectureSpecific.DynamicLinkerHelper No description provided.
ArchitectureSpecific.InterfaceMethodConflictResolver No description provided.
ArchitectureSpecific.JNICompiler No description provided.
ArchitectureSpecific.JNIGCMapIterator No description provided.
ArchitectureSpecific.JNIHelpers No description provided.
ArchitectureSpecific.LazyCompilationTrampoline No description provided.
ArchitectureSpecific.MachineCode No description provided.
ArchitectureSpecific.MachineReflection No description provided.
ArchitectureSpecific.MultianewarrayHelper No description provided.
ArchitectureSpecific.OutOfLineMachineCode No description provided.
ArchitectureSpecific.ProcessorLocalState No description provided.
ArchitectureSpecific.Registers No description provided.
ArchitectureSpecificOpt No description provided.
ArchitectureSpecificOpt.AssemblerOpt No description provided.
ArchitectureSpecificOpt.BaselineExecutionStateExtractor No description provided.
ArchitectureSpecificOpt.BURS_Debug No description provided.
ArchitectureSpecificOpt.BURS_STATE No description provided.
ArchitectureSpecificOpt.BURS_TreeNode No description provided.
ArchitectureSpecificOpt.CallingConvention No description provided.
ArchitectureSpecificOpt.CodeInstaller No description provided.
ArchitectureSpecificOpt.ComplexLIR2MIRExpansion No description provided.
ArchitectureSpecificOpt.ConvertALUOperators No description provided.
ArchitectureSpecificOpt.FinalMIRExpansion No description provided.
ArchitectureSpecificOpt.GenerateMachineSpecificMagic No description provided.
ArchitectureSpecificOpt.MIROptimizationPlanner No description provided.
ArchitectureSpecificOpt.NormalizeConstants No description provided.
ArchitectureSpecificOpt.OptExceptionDeliverer No description provided.
ArchitectureSpecificOpt.OptExecutionStateExtractor No description provided.
ArchitectureSpecificOpt.OptGCMapIterator No description provided.
ArchitectureSpecificOpt.PhysicalDefUse No description provided.
ArchitectureSpecificOpt.PhysicalRegisterSet No description provided.
ArchitectureSpecificOpt.PhysicalRegisterTools No description provided.
ArchitectureSpecificOpt.PostThreadSwitch No description provided.
ArchitectureSpecificOpt.RegisterPool No description provided.
ArchitectureSpecificOpt.RegisterPreferences No description provided.
ArchitectureSpecificOpt.RegisterRestrictions No description provided.
ArchitectureSpecificOpt.StackManager No description provided.
Callbacks A class for managing various callbacks from the VM.
Callbacks.CallbackList Linked list of callbacks.
CommandLineArgs Command line option processing.
CommandLineArgs.ArgReader No description provided.
CommandLineArgs.Prefix Represent a single command line prefix
Configuration Flags that specify the configuration of our virtual machine.
MachineSpecific Wrappers around machine specific code
Options Class to handle command-line arguments and options meant for the core runtime system of the VM.
PrintContainer The subclasses of PrintContainer all implement the PrintLN interface.
PrintContainer.WithPrintStream Print via PrintStream
PrintContainer.WithPrintWriter Print via PrintWriter
PrintContainer.WithSysWrite This (nested) class does printing via sysWrite(Atom)
PrintLN This interface is implemented by org.jikesrvm.PrintContainer.
Properties Flags that control the behavior of our virtual machine.
Services Various service utilities.
VM A virtual machine.
Enumerations
CommandLineArgs.PrefixType Argument types
Errors
UnimplementedError This error is thrown when the VM encounters an operation that is not yet implemented.
No description provided.