| Package | Description | 
|---|---|
| org.jikesrvm | |
| 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.runtime | |
| org.jikesrvm.util | 
 Provides utility classes and implementations of data structures suitable
 for core runtime classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
VM.sysWrite(RVMMember m)  | 
static void | 
VM.write(RVMMember value)
Low level print to console. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractMethod
An abstract method of a java class. 
 | 
class  | 
NativeMethod
A native method of a java class. 
 | 
class  | 
NormalMethod
A method of a java class that has bytecodes. 
 | 
class  | 
RVMField
A field of a java class. 
 | 
class  | 
RVMMethod
A method of a java class corresponding to a method_info structure
 in the class file. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) RVMMember | 
BootImageMemberLookupError.rvmMember  | 
| Modifier and Type | Method and Description | 
|---|---|
RVMMember | 
MemberReference.peekResolvedMember()  | 
RVMMember | 
MemberReference.resolveMember()
Forces resolution and returns the resolved member. 
 | 
| Constructor and Description | 
|---|
BootImageMemberLookupError(RVMMember rvmMember,
                          Member jdkMember,
                          Object o,
                          Throwable t)  | 
| Modifier and Type | Method and Description | 
|---|---|
private static RVMMember | 
EntrypointHelper.getMember(String classDescriptor,
         String memberName,
         String memberDescriptor)
Get description of virtual machine component (field or method). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private static void | 
EntrypointHelper.verifyPresenceOfEntrypointAnnotation(RVMMember member)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PrintLN.print(RVMMember m)  | 
void | 
PrintContainer.WithSysWrite.print(RVMMember m)  |