Uses of Package
org.jikesrvm.jni

Packages that use org.jikesrvm.jni
org.jikesrvm   
org.jikesrvm.jni   
org.jikesrvm.jni.ia32   
org.jikesrvm.scheduler   
 

Classes in org.jikesrvm.jni used by org.jikesrvm
JNIGenericHelpers
          Platform independent utility functions called from JNIFunctions (cannot be placed in JNIFunctions because methods there are specially compiled to be called from native).
 

Classes in org.jikesrvm.jni used by org.jikesrvm.jni
FunctionTable
          This class holds a JNI function table, at runtime it is an array with CodeArray elements
JNIEnvironment
          A JNIEnvironment is created for each Java thread.
LinkageTripletTable
          This class holds a triplet for each entry of the JNI function table.
 

Classes in org.jikesrvm.jni used by org.jikesrvm.jni.ia32
JNIGenericHelpers
          Platform independent utility functions called from JNIFunctions (cannot be placed in JNIFunctions because methods there are specially compiled to be called from native).
 

Classes in org.jikesrvm.jni used by org.jikesrvm.scheduler
JNIEnvironment
          A JNIEnvironment is created for each Java thread.