30 JNI_CreateJavaVM; |
30 JNI_CreateJavaVM; |
31 JNI_GetCreatedJavaVMs; |
31 JNI_GetCreatedJavaVMs; |
32 JNI_GetDefaultJavaVMInitArgs; |
32 JNI_GetDefaultJavaVMInitArgs; |
33 |
33 |
34 # JVM |
34 # JVM |
35 JVM_Accept; |
|
36 JVM_ActiveProcessorCount; |
35 JVM_ActiveProcessorCount; |
37 JVM_AllocateNewArray; |
|
38 JVM_AllocateNewObject; |
|
39 JVM_ArrayCopy; |
36 JVM_ArrayCopy; |
40 JVM_AssertionStatusDirectives; |
37 JVM_AssertionStatusDirectives; |
41 JVM_Available; |
|
42 JVM_Bind; |
|
43 JVM_ClassDepth; |
38 JVM_ClassDepth; |
44 JVM_ClassLoaderDepth; |
39 JVM_ClassLoaderDepth; |
45 JVM_Clone; |
40 JVM_Clone; |
46 JVM_Close; |
|
47 JVM_CX8Field; |
|
48 JVM_CompileClass; |
|
49 JVM_CompileClasses; |
|
50 JVM_CompilerCommand; |
|
51 JVM_Connect; |
|
52 JVM_ConstantPoolGetClassAt; |
41 JVM_ConstantPoolGetClassAt; |
53 JVM_ConstantPoolGetClassAtIfLoaded; |
42 JVM_ConstantPoolGetClassAtIfLoaded; |
54 JVM_ConstantPoolGetDoubleAt; |
43 JVM_ConstantPoolGetDoubleAt; |
55 JVM_ConstantPoolGetFieldAt; |
44 JVM_ConstantPoolGetFieldAt; |
56 JVM_ConstantPoolGetFieldAtIfLoaded; |
45 JVM_ConstantPoolGetFieldAtIfLoaded; |
70 JVM_CurrentTimeMillis; |
59 JVM_CurrentTimeMillis; |
71 JVM_DefineClass; |
60 JVM_DefineClass; |
72 JVM_DefineClassWithSource; |
61 JVM_DefineClassWithSource; |
73 JVM_DefineClassWithSourceCond; |
62 JVM_DefineClassWithSourceCond; |
74 JVM_DesiredAssertionStatus; |
63 JVM_DesiredAssertionStatus; |
75 JVM_DisableCompiler; |
|
76 JVM_DoPrivileged; |
64 JVM_DoPrivileged; |
77 JVM_DTraceGetVersion; |
65 JVM_DTraceGetVersion; |
78 JVM_DTraceActivate; |
66 JVM_DTraceActivate; |
79 JVM_DTraceIsProbeEnabled; |
67 JVM_DTraceIsProbeEnabled; |
80 JVM_DTraceIsSupported; |
68 JVM_DTraceIsSupported; |
81 JVM_DTraceDispose; |
69 JVM_DTraceDispose; |
82 JVM_DumpAllStacks; |
70 JVM_DumpAllStacks; |
83 JVM_DumpThreads; |
71 JVM_DumpThreads; |
84 JVM_EnableCompiler; |
|
85 JVM_Exit; |
|
86 JVM_FillInStackTrace; |
72 JVM_FillInStackTrace; |
87 JVM_FindClassFromClass; |
73 JVM_FindClassFromClass; |
88 JVM_FindClassFromClassLoader; |
74 JVM_FindClassFromClassLoader; |
89 JVM_FindClassFromBootLoader; |
75 JVM_FindClassFromBootLoader; |
90 JVM_FindLibraryEntry; |
76 JVM_FindLibraryEntry; |
125 JVM_GetClassSigners; |
111 JVM_GetClassSigners; |
126 JVM_GetClassTypeAnnotations; |
112 JVM_GetClassTypeAnnotations; |
127 JVM_GetDeclaredClasses; |
113 JVM_GetDeclaredClasses; |
128 JVM_GetDeclaringClass; |
114 JVM_GetDeclaringClass; |
129 JVM_GetEnclosingMethodInfo; |
115 JVM_GetEnclosingMethodInfo; |
130 JVM_GetFieldAnnotations; |
|
131 JVM_GetFieldIxModifiers; |
116 JVM_GetFieldIxModifiers; |
132 JVM_GetFieldTypeAnnotations; |
117 JVM_GetFieldTypeAnnotations; |
133 JVM_GetHostName; |
|
134 JVM_GetInheritedAccessControlContext; |
118 JVM_GetInheritedAccessControlContext; |
135 JVM_GetInterfaceVersion; |
119 JVM_GetInterfaceVersion; |
136 JVM_GetLastErrorString; |
|
137 JVM_GetManagement; |
120 JVM_GetManagement; |
138 JVM_GetMethodAnnotations; |
|
139 JVM_GetMethodDefaultAnnotationValue; |
|
140 JVM_GetMethodIxArgsSize; |
121 JVM_GetMethodIxArgsSize; |
141 JVM_GetMethodIxByteCode; |
122 JVM_GetMethodIxByteCode; |
142 JVM_GetMethodIxByteCodeLength; |
123 JVM_GetMethodIxByteCodeLength; |
143 JVM_GetMethodIxExceptionIndexes; |
124 JVM_GetMethodIxExceptionIndexes; |
144 JVM_GetMethodIxExceptionTableEntry; |
125 JVM_GetMethodIxExceptionTableEntry; |
147 JVM_GetMethodIxLocalsCount; |
128 JVM_GetMethodIxLocalsCount; |
148 JVM_GetMethodIxMaxStack; |
129 JVM_GetMethodIxMaxStack; |
149 JVM_GetMethodIxModifiers; |
130 JVM_GetMethodIxModifiers; |
150 JVM_GetMethodIxNameUTF; |
131 JVM_GetMethodIxNameUTF; |
151 JVM_GetMethodIxSignatureUTF; |
132 JVM_GetMethodIxSignatureUTF; |
152 JVM_GetMethodParameterAnnotations; |
|
153 JVM_GetMethodParameters; |
133 JVM_GetMethodParameters; |
154 JVM_GetMethodTypeAnnotations; |
134 JVM_GetMethodTypeAnnotations; |
155 JVM_GetPrimitiveArrayElement; |
135 JVM_GetPrimitiveArrayElement; |
156 JVM_GetProtectionDomain; |
136 JVM_GetProtectionDomain; |
157 JVM_GetSockName; |
|
158 JVM_GetSockOpt; |
|
159 JVM_GetStackAccessControlContext; |
137 JVM_GetStackAccessControlContext; |
160 JVM_GetStackTraceDepth; |
138 JVM_GetStackTraceDepth; |
161 JVM_GetStackTraceElement; |
139 JVM_GetStackTraceElement; |
162 JVM_GetSystemPackage; |
140 JVM_GetSystemPackage; |
163 JVM_GetSystemPackages; |
141 JVM_GetSystemPackages; |
164 JVM_GetTemporaryDirectory; |
142 JVM_GetTemporaryDirectory; |
165 JVM_GetThreadStateNames; |
|
166 JVM_GetThreadStateValues; |
|
167 JVM_GetVersionInfo; |
143 JVM_GetVersionInfo; |
168 JVM_Halt; |
144 JVM_Halt; |
169 JVM_HoldsLock; |
145 JVM_HoldsLock; |
170 JVM_IHashCode; |
146 JVM_IHashCode; |
171 JVM_InitAgentProperties; |
147 JVM_InitAgentProperties; |
172 JVM_InitProperties; |
148 JVM_InitProperties; |
173 JVM_InitializeCompiler; |
|
174 JVM_InitializeSocketLibrary; |
|
175 JVM_InternString; |
149 JVM_InternString; |
176 JVM_Interrupt; |
150 JVM_Interrupt; |
177 JVM_InvokeMethod; |
151 JVM_InvokeMethod; |
178 JVM_IsArrayClass; |
152 JVM_IsArrayClass; |
179 JVM_IsConstructorIx; |
153 JVM_IsConstructorIx; |
180 JVM_IsInterface; |
154 JVM_IsInterface; |
181 JVM_IsInterrupted; |
155 JVM_IsInterrupted; |
182 JVM_IsNaN; |
|
183 JVM_IsPrimitiveClass; |
156 JVM_IsPrimitiveClass; |
184 JVM_IsSameClassPackage; |
157 JVM_IsSameClassPackage; |
185 JVM_IsSilentCompiler; |
|
186 JVM_IsSupportedJNIVersion; |
158 JVM_IsSupportedJNIVersion; |
187 JVM_IsThreadAlive; |
159 JVM_IsThreadAlive; |
188 JVM_IsVMGeneratedMethodIx; |
160 JVM_IsVMGeneratedMethodIx; |
189 JVM_LatestUserDefinedLoader; |
161 JVM_LatestUserDefinedLoader; |
190 JVM_Listen; |
|
191 JVM_LoadClass0; |
|
192 JVM_LoadLibrary; |
162 JVM_LoadLibrary; |
193 JVM_Lseek; |
|
194 JVM_MaxObjectInspectionAge; |
163 JVM_MaxObjectInspectionAge; |
195 JVM_MaxMemory; |
164 JVM_MaxMemory; |
196 JVM_MonitorNotify; |
165 JVM_MonitorNotify; |
197 JVM_MonitorNotifyAll; |
166 JVM_MonitorNotifyAll; |
198 JVM_MonitorWait; |
167 JVM_MonitorWait; |
199 JVM_NanoTime; |
168 JVM_NanoTime; |
200 JVM_NativePath; |
169 JVM_NativePath; |
201 JVM_NewArray; |
170 JVM_NewArray; |
202 JVM_NewInstanceFromConstructor; |
171 JVM_NewInstanceFromConstructor; |
203 JVM_NewMultiArray; |
172 JVM_NewMultiArray; |
204 JVM_OnExit; |
|
205 JVM_Open; |
|
206 JVM_RaiseSignal; |
173 JVM_RaiseSignal; |
207 JVM_RawMonitorCreate; |
174 JVM_RawMonitorCreate; |
208 JVM_RawMonitorDestroy; |
175 JVM_RawMonitorDestroy; |
209 JVM_RawMonitorEnter; |
176 JVM_RawMonitorEnter; |
210 JVM_RawMonitorExit; |
177 JVM_RawMonitorExit; |
211 JVM_Read; |
|
212 JVM_Recv; |
|
213 JVM_RecvFrom; |
|
214 JVM_RegisterSignal; |
178 JVM_RegisterSignal; |
215 JVM_ReleaseUTF; |
179 JVM_ReleaseUTF; |
216 JVM_ResolveClass; |
|
217 JVM_ResumeThread; |
180 JVM_ResumeThread; |
218 JVM_Send; |
|
219 JVM_SendTo; |
|
220 JVM_SetArrayElement; |
181 JVM_SetArrayElement; |
221 JVM_SetClassSigners; |
182 JVM_SetClassSigners; |
222 JVM_SetLength; |
|
223 JVM_SetNativeThreadName; |
183 JVM_SetNativeThreadName; |
224 JVM_SetPrimitiveArrayElement; |
184 JVM_SetPrimitiveArrayElement; |
225 JVM_SetSockOpt; |
|
226 JVM_SetThreadPriority; |
185 JVM_SetThreadPriority; |
227 JVM_Sleep; |
186 JVM_Sleep; |
228 JVM_Socket; |
|
229 JVM_SocketAvailable; |
|
230 JVM_SocketClose; |
|
231 JVM_SocketShutdown; |
|
232 JVM_StartThread; |
187 JVM_StartThread; |
233 JVM_StopThread; |
188 JVM_StopThread; |
234 JVM_SuspendThread; |
189 JVM_SuspendThread; |
235 JVM_SupportsCX8; |
190 JVM_SupportsCX8; |
236 JVM_Sync; |
|
237 JVM_Timeout; |
|
238 JVM_TotalMemory; |
191 JVM_TotalMemory; |
239 JVM_TraceInstructions; |
|
240 JVM_TraceMethodCalls; |
|
241 JVM_UnloadLibrary; |
192 JVM_UnloadLibrary; |
242 JVM_Write; |
|
243 JVM_Yield; |
193 JVM_Yield; |
244 JVM_handle_linux_signal; |
194 JVM_handle_linux_signal; |
245 |
195 |
246 # miscellaneous functions |
196 # miscellaneous functions |
247 jio_fprintf; |
197 jio_fprintf; |