37437
|
1 |
#
|
|
2 |
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4 |
#
|
|
5 |
# This code is free software; you can redistribute it and/or modify it
|
|
6 |
# under the terms of the GNU General Public License version 2 only, as
|
|
7 |
# published by the Free Software Foundation.
|
|
8 |
#
|
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that
|
|
13 |
# accompanied this code).
|
|
14 |
#
|
|
15 |
# You should have received a copy of the GNU General Public License version
|
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
18 |
#
|
|
19 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
20 |
# or visit www.oracle.com if you need additional information or have any
|
|
21 |
# questions.
|
|
22 |
#
|
|
23 |
|
|
24 |
JVM_ActiveProcessorCount
|
|
25 |
JVM_ArrayCopy
|
|
26 |
JVM_AssertionStatusDirectives
|
|
27 |
JVM_CallStackWalk
|
|
28 |
JVM_ClassDepth
|
|
29 |
JVM_ClassLoaderDepth
|
|
30 |
JVM_Clone
|
|
31 |
JVM_ConstantPoolGetClassAt
|
|
32 |
JVM_ConstantPoolGetClassAtIfLoaded
|
|
33 |
JVM_ConstantPoolGetClassRefIndexAt
|
|
34 |
JVM_ConstantPoolGetDoubleAt
|
|
35 |
JVM_ConstantPoolGetFieldAt
|
|
36 |
JVM_ConstantPoolGetFieldAtIfLoaded
|
|
37 |
JVM_ConstantPoolGetFloatAt
|
|
38 |
JVM_ConstantPoolGetIntAt
|
|
39 |
JVM_ConstantPoolGetLongAt
|
|
40 |
JVM_ConstantPoolGetMemberRefInfoAt
|
|
41 |
JVM_ConstantPoolGetMethodAt
|
|
42 |
JVM_ConstantPoolGetMethodAtIfLoaded
|
|
43 |
JVM_ConstantPoolGetNameAndTypeRefIndexAt
|
|
44 |
JVM_ConstantPoolGetNameAndTypeRefInfoAt
|
|
45 |
JVM_ConstantPoolGetSize
|
|
46 |
JVM_ConstantPoolGetStringAt
|
|
47 |
JVM_ConstantPoolGetTagAt
|
|
48 |
JVM_ConstantPoolGetUTF8At
|
|
49 |
JVM_CountStackFrames
|
|
50 |
JVM_CurrentClassLoader
|
|
51 |
JVM_CurrentLoadedClass
|
|
52 |
JVM_CurrentThread
|
|
53 |
JVM_CurrentTimeMillis
|
|
54 |
JVM_DefineClass
|
|
55 |
JVM_DefineClassWithSource
|
|
56 |
JVM_DesiredAssertionStatus
|
|
57 |
JVM_DoPrivileged
|
|
58 |
JVM_DumpAllStacks
|
|
59 |
JVM_DumpThreads
|
|
60 |
JVM_FillInStackTrace
|
|
61 |
JVM_FillStackFrames
|
|
62 |
JVM_FindClassFromCaller
|
|
63 |
JVM_FindClassFromClass
|
|
64 |
JVM_FindLibraryEntry
|
|
65 |
JVM_FindLoadedClass
|
|
66 |
JVM_FindPrimitiveClass
|
|
67 |
JVM_FindSignal
|
|
68 |
JVM_FreeMemory
|
|
69 |
JVM_GC
|
|
70 |
JVM_GetAllThreads
|
|
71 |
JVM_GetArrayElement
|
|
72 |
JVM_GetArrayLength
|
|
73 |
JVM_GetCallerClass
|
|
74 |
JVM_GetClassAccessFlags
|
|
75 |
JVM_GetClassAnnotations
|
|
76 |
JVM_GetClassConstantPool
|
|
77 |
JVM_GetClassContext
|
|
78 |
JVM_GetClassCPEntriesCount
|
|
79 |
JVM_GetClassCPTypes
|
|
80 |
JVM_GetClassDeclaredConstructors
|
|
81 |
JVM_GetClassDeclaredFields
|
|
82 |
JVM_GetClassDeclaredMethods
|
|
83 |
JVM_GetClassFieldsCount
|
|
84 |
JVM_GetClassInterfaces
|
|
85 |
JVM_GetClassMethodsCount
|
|
86 |
JVM_GetClassModifiers
|
|
87 |
JVM_GetClassName
|
|
88 |
JVM_GetClassNameUTF
|
|
89 |
JVM_GetClassSignature
|
|
90 |
JVM_GetClassSigners
|
|
91 |
JVM_GetClassTypeAnnotations
|
|
92 |
JVM_GetCPClassNameUTF
|
|
93 |
JVM_GetCPFieldClassNameUTF
|
|
94 |
JVM_GetCPFieldModifiers
|
|
95 |
JVM_GetCPFieldNameUTF
|
|
96 |
JVM_GetCPFieldSignatureUTF
|
|
97 |
JVM_GetCPMethodClassNameUTF
|
|
98 |
JVM_GetCPMethodModifiers
|
|
99 |
JVM_GetCPMethodNameUTF
|
|
100 |
JVM_GetCPMethodSignatureUTF
|
|
101 |
JVM_GetDeclaredClasses
|
|
102 |
JVM_GetDeclaringClass
|
|
103 |
JVM_GetEnclosingMethodInfo
|
|
104 |
JVM_GetFieldIxModifiers
|
|
105 |
JVM_GetFieldTypeAnnotations
|
|
106 |
JVM_GetInheritedAccessControlContext
|
|
107 |
JVM_GetInterfaceVersion
|
|
108 |
JVM_GetManagement
|
|
109 |
JVM_GetMethodIxArgsSize
|
|
110 |
JVM_GetMethodIxByteCode
|
|
111 |
JVM_GetMethodIxByteCodeLength
|
|
112 |
JVM_GetMethodIxExceptionIndexes
|
|
113 |
JVM_GetMethodIxExceptionsCount
|
|
114 |
JVM_GetMethodIxExceptionTableEntry
|
|
115 |
JVM_GetMethodIxExceptionTableLength
|
|
116 |
JVM_GetMethodIxLocalsCount
|
|
117 |
JVM_GetMethodIxMaxStack
|
|
118 |
JVM_GetMethodIxModifiers
|
|
119 |
JVM_GetMethodIxNameUTF
|
|
120 |
JVM_GetMethodIxSignatureUTF
|
|
121 |
JVM_GetMethodParameters
|
|
122 |
JVM_GetMethodTypeAnnotations
|
|
123 |
JVM_GetNanoTimeAdjustment
|
|
124 |
JVM_GetPrimitiveArrayElement
|
|
125 |
JVM_GetProtectionDomain
|
|
126 |
JVM_GetSimpleBinaryName
|
|
127 |
JVM_GetStackAccessControlContext
|
|
128 |
JVM_GetStackTraceElements
|
|
129 |
JVM_GetSystemPackage
|
|
130 |
JVM_GetSystemPackages
|
|
131 |
JVM_GetTemporaryDirectory
|
|
132 |
JVM_GetVmArguments
|
|
133 |
JVM_Halt
|
|
134 |
JVM_HoldsLock
|
|
135 |
JVM_IHashCode
|
|
136 |
JVM_InitProperties
|
|
137 |
JVM_InternString
|
|
138 |
JVM_Interrupt
|
|
139 |
JVM_InvokeMethod
|
|
140 |
JVM_IsArrayClass
|
|
141 |
JVM_IsConstructorIx
|
|
142 |
JVM_IsInterface
|
|
143 |
JVM_IsInterrupted
|
|
144 |
JVM_IsPrimitiveClass
|
|
145 |
JVM_IsSameClassPackage
|
|
146 |
JVM_IsSupportedJNIVersion
|
|
147 |
JVM_IsThreadAlive
|
|
148 |
JVM_IsVMGeneratedMethodIx
|
|
149 |
JVM_LatestUserDefinedLoader
|
|
150 |
JVM_LoadLibrary
|
|
151 |
JVM_MaxMemory
|
|
152 |
JVM_MaxObjectInspectionAge
|
|
153 |
JVM_MonitorNotify
|
|
154 |
JVM_MonitorNotifyAll
|
|
155 |
JVM_MonitorWait
|
|
156 |
JVM_MoreStackWalk
|
|
157 |
JVM_NanoTime
|
|
158 |
JVM_NativePath
|
|
159 |
JVM_NewArray
|
|
160 |
JVM_NewInstanceFromConstructor
|
|
161 |
JVM_NewMultiArray
|
|
162 |
JVM_RaiseSignal
|
|
163 |
JVM_RawMonitorCreate
|
|
164 |
JVM_RawMonitorDestroy
|
|
165 |
JVM_RawMonitorEnter
|
|
166 |
JVM_RawMonitorExit
|
|
167 |
JVM_RegisterSignal
|
|
168 |
JVM_ReleaseUTF
|
|
169 |
JVM_ResumeThread
|
|
170 |
JVM_SetArrayElement
|
|
171 |
JVM_SetClassSigners
|
|
172 |
JVM_SetMethodInfo
|
|
173 |
JVM_SetNativeThreadName
|
|
174 |
JVM_SetPrimitiveArrayElement
|
|
175 |
JVM_SetThreadPriority
|
|
176 |
JVM_Sleep
|
|
177 |
JVM_StartThread
|
|
178 |
JVM_StopThread
|
|
179 |
JVM_SupportsCX8
|
|
180 |
JVM_SuspendThread
|
|
181 |
JVM_TotalMemory
|
|
182 |
JVM_UnloadLibrary
|
|
183 |
JVM_Yield
|
|
184 |
|
|
185 |
# Module related API's
|
|
186 |
JVM_AddModuleExports
|
|
187 |
JVM_AddModuleExportsToAll
|
|
188 |
JVM_AddModuleExportsToAllUnnamed
|
|
189 |
JVM_AddModulePackage
|
|
190 |
JVM_AddReadsModule
|
|
191 |
JVM_CanReadModule
|
|
192 |
JVM_DefineModule
|
|
193 |
JVM_IsExportedToModule
|
|
194 |
JVM_SetBootLoaderUnnamedModule
|
|
195 |
JVM_GetModuleByPackageName
|