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