1                 # JNI
   2                 JNI_CreateJavaVM;
   3                 JNI_GetCreatedJavaVMs;
   4                 JNI_GetDefaultJavaVMInitArgs;
   5 
   6                 # JVM
   7                 JVM_ActiveProcessorCount;
   8                 JVM_ArrayCopy;
   9                 JVM_AssertionStatusDirectives;
  10                 JVM_ClassDepth;
  11                 JVM_ClassLoaderDepth;
  12                 JVM_Clone;
  13                 JVM_ConstantPoolGetClassAt;
  14                 JVM_ConstantPoolGetClassAtIfLoaded;
  15                 JVM_ConstantPoolGetDoubleAt;
  16                 JVM_ConstantPoolGetFieldAt;
  17                 JVM_ConstantPoolGetFieldAtIfLoaded;
  18                 JVM_ConstantPoolGetFloatAt;
  19                 JVM_ConstantPoolGetIntAt;
  20                 JVM_ConstantPoolGetLongAt;
  21                 JVM_ConstantPoolGetMethodAt;
  22                 JVM_ConstantPoolGetMethodAtIfLoaded;
  23                 JVM_ConstantPoolGetMemberRefInfoAt;
  24                 JVM_ConstantPoolGetSize;
  25                 JVM_ConstantPoolGetStringAt;
  26                 JVM_ConstantPoolGetUTF8At;
  27                 JVM_CountStackFrames;
  28                 JVM_CurrentClassLoader;
  29                 JVM_CurrentLoadedClass;
  30                 JVM_CurrentThread;
  31                 JVM_CurrentTimeMillis;
  32                 JVM_DefineClass;
  33                 JVM_DefineClassWithSource;
  34                 JVM_DefineClassWithSourceCond;
  35                 JVM_DesiredAssertionStatus;
  36                 JVM_DoPrivileged;
  37                 JVM_DumpAllStacks;
  38                 JVM_DumpThreads;
  39                 JVM_FillInStackTrace;
  40                 JVM_FindClassFromCaller;
  41                 JVM_FindClassFromClass;
  42                 JVM_FindClassFromBootLoader;
  43                 JVM_FindLibraryEntry;
  44                 JVM_FindLoadedClass;
  45                 JVM_FindPrimitiveClass;
  46                 JVM_FindSignal;
  47                 JVM_FreeMemory;
  48                 JVM_GC;
  49                 JVM_GetAllThreads;
  50                 JVM_GetArrayElement;
  51                 JVM_GetArrayLength;
  52                 JVM_GetCPClassNameUTF;
  53                 JVM_GetCPFieldClassNameUTF;
  54                 JVM_GetCPFieldModifiers;
  55                 JVM_GetCPFieldNameUTF;
  56                 JVM_GetCPFieldSignatureUTF;
  57                 JVM_GetCPMethodClassNameUTF;
  58                 JVM_GetCPMethodModifiers;
  59                 JVM_GetCPMethodNameUTF;
  60                 JVM_GetCPMethodSignatureUTF;
  61                 JVM_GetCallerClass;
  62                 JVM_GetClassAccessFlags;
  63                 JVM_GetClassAnnotations;
  64                 JVM_GetClassCPEntriesCount;
  65                 JVM_GetClassCPTypes;
  66                 JVM_GetClassConstantPool;
  67                 JVM_GetClassContext;
  68                 JVM_GetClassDeclaredConstructors;
  69                 JVM_GetClassDeclaredFields;
  70                 JVM_GetClassDeclaredMethods;
  71                 JVM_GetClassFieldsCount;
  72                 JVM_GetClassInterfaces;
  73                 JVM_GetClassMethodsCount;
  74                 JVM_GetClassModifiers;
  75                 JVM_GetClassName;
  76                 JVM_GetClassNameUTF;
  77                 JVM_GetClassSignature;
  78                 JVM_GetClassSigners;
  79                 JVM_GetClassTypeAnnotations;
  80                 JVM_GetDeclaredClasses;
  81                 JVM_GetDeclaringClass;
  82                 JVM_GetSimpleBinaryName;
  83                 JVM_GetEnclosingMethodInfo;
  84                 JVM_GetFieldIxModifiers;
  85                 JVM_GetFieldTypeAnnotations;
  86                 JVM_GetInheritedAccessControlContext;
  87                 JVM_GetInterfaceVersion;
  88                 JVM_GetManagement;
  89                 JVM_GetMethodIxArgsSize;
  90                 JVM_GetMethodIxByteCode;
  91                 JVM_GetMethodIxByteCodeLength;
  92                 JVM_GetMethodIxExceptionIndexes;
  93                 JVM_GetMethodIxExceptionTableEntry;
  94                 JVM_GetMethodIxExceptionTableLength;
  95                 JVM_GetMethodIxExceptionsCount;
  96                 JVM_GetMethodIxLocalsCount;
  97                 JVM_GetMethodIxMaxStack;
  98                 JVM_GetMethodIxModifiers;
  99                 JVM_GetMethodIxNameUTF;
 100                 JVM_GetMethodIxSignatureUTF;
 101                 JVM_GetMethodParameters;
 102                 JVM_GetMethodTypeAnnotations;
 103                 JVM_GetNanoTimeAdjustment;
 104                 JVM_GetPrimitiveArrayElement;
 105                 JVM_GetProtectionDomain;
 106                 JVM_GetStackAccessControlContext;
 107                 JVM_GetStackTraceDepth;
 108                 JVM_GetStackTraceElement;
 109                 JVM_GetSystemPackage;
 110                 JVM_GetSystemPackages;
 111                 JVM_GetTemporaryDirectory;
 112                 JVM_GetVersionInfo;
 113                 JVM_Halt;
 114                 JVM_HoldsLock;
 115                 JVM_IHashCode;
 116                 JVM_InitAgentProperties;
 117                 JVM_InitProperties;
 118                 JVM_InternString;
 119                 JVM_Interrupt;
 120                 JVM_InvokeMethod;
 121                 JVM_IsArrayClass;
 122                 JVM_IsConstructorIx;
 123                 JVM_IsInterface;
 124                 JVM_IsInterrupted;
 125                 JVM_IsPrimitiveClass;
 126                 JVM_IsSameClassPackage;
 127                 JVM_IsSupportedJNIVersion;
 128                 JVM_IsThreadAlive;
 129                 JVM_IsVMGeneratedMethodIx;
 130                 JVM_LatestUserDefinedLoader;
 131                 JVM_LoadLibrary;
 132                 JVM_MaxObjectInspectionAge;
 133                 JVM_MaxMemory;
 134                 JVM_MonitorNotify;
 135                 JVM_MonitorNotifyAll;
 136                 JVM_MonitorWait;
 137                 JVM_NanoTime;
 138                 JVM_NativePath;
 139                 JVM_NewArray;
 140                 JVM_NewInstanceFromConstructor;
 141                 JVM_NewMultiArray;
 142                 JVM_RaiseSignal;
 143                 JVM_RawMonitorCreate;
 144                 JVM_RawMonitorDestroy;
 145                 JVM_RawMonitorEnter;
 146                 JVM_RawMonitorExit;
 147                 JVM_RegisterSignal;
 148                 JVM_ReleaseUTF;
 149                 JVM_ResumeThread;
 150                 JVM_SetArrayElement;
 151                 JVM_SetClassSigners;
 152                 JVM_SetNativeThreadName;
 153                 JVM_SetPrimitiveArrayElement;
 154                 JVM_SetThreadPriority;
 155                 JVM_Sleep;
 156                 JVM_StartThread;
 157                 JVM_StopThread;
 158                 JVM_SuspendThread;
 159                 JVM_SupportsCX8;
 160                 JVM_TotalMemory;
 161                 JVM_UnloadLibrary;
 162                 JVM_Yield;