author | rbackman |
Tue, 26 Mar 2013 15:00:34 +0100 | |
changeset 16444 | e9cfab742724 |
parent 15439 | a72c53517fe7 |
child 18431 | f801ce7e5c12 |
permissions | -rw-r--r-- |
10565 | 1 |
# |
2 |
# @(#)mapfile-vers-product 1.19 08/02/12 10:56:37 |
|
3 |
# |
|
4 |
||
5 |
# |
|
15229
5341188db763
7174978: NPG: Fix bactrace builder for class redefinition
coleenp
parents:
15102
diff
changeset
|
6 |
# Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. |
10565 | 7 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
8 |
# |
|
9 |
# This code is free software; you can redistribute it and/or modify it |
|
10 |
# under the terms of the GNU General Public License version 2 only, as |
|
11 |
# published by the Free Software Foundation. |
|
12 |
# |
|
13 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
14 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
15 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
16 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
17 |
# accompanied this code). |
|
18 |
# |
|
19 |
# You should have received a copy of the GNU General Public License version |
|
20 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
21 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
22 |
# |
|
23 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
24 |
# or visit www.oracle.com if you need additional information or have any |
|
25 |
# questions. |
|
26 |
# |
|
27 |
# |
|
28 |
||
29 |
# Define public interface. |
|
30 |
||
31 |
SUNWprivate_1.1 { |
|
32 |
global: |
|
33 |
# JNI |
|
34 |
JNI_CreateJavaVM; |
|
35 |
JNI_GetCreatedJavaVMs; |
|
36 |
JNI_GetDefaultJavaVMInitArgs; |
|
37 |
||
38 |
# JVM |
|
39 |
JVM_Accept; |
|
40 |
JVM_ActiveProcessorCount; |
|
41 |
JVM_AllocateNewArray; |
|
42 |
JVM_AllocateNewObject; |
|
43 |
JVM_ArrayCopy; |
|
44 |
JVM_AssertionStatusDirectives; |
|
45 |
JVM_Available; |
|
46 |
JVM_Bind; |
|
47 |
JVM_ClassDepth; |
|
48 |
JVM_ClassLoaderDepth; |
|
49 |
JVM_Clone; |
|
50 |
JVM_Close; |
|
51 |
JVM_CX8Field; |
|
52 |
JVM_CompileClass; |
|
53 |
JVM_CompileClasses; |
|
54 |
JVM_CompilerCommand; |
|
55 |
JVM_Connect; |
|
56 |
JVM_ConstantPoolGetClassAt; |
|
57 |
JVM_ConstantPoolGetClassAtIfLoaded; |
|
58 |
JVM_ConstantPoolGetDoubleAt; |
|
59 |
JVM_ConstantPoolGetFieldAt; |
|
60 |
JVM_ConstantPoolGetFieldAtIfLoaded; |
|
61 |
JVM_ConstantPoolGetFloatAt; |
|
62 |
JVM_ConstantPoolGetIntAt; |
|
63 |
JVM_ConstantPoolGetLongAt; |
|
64 |
JVM_ConstantPoolGetMethodAt; |
|
65 |
JVM_ConstantPoolGetMethodAtIfLoaded; |
|
66 |
JVM_ConstantPoolGetMemberRefInfoAt; |
|
67 |
JVM_ConstantPoolGetSize; |
|
68 |
JVM_ConstantPoolGetStringAt; |
|
69 |
JVM_ConstantPoolGetUTF8At; |
|
70 |
JVM_CountStackFrames; |
|
71 |
JVM_CurrentClassLoader; |
|
72 |
JVM_CurrentLoadedClass; |
|
73 |
JVM_CurrentThread; |
|
74 |
JVM_CurrentTimeMillis; |
|
75 |
JVM_DefineClass; |
|
76 |
JVM_DefineClassWithSource; |
|
77 |
JVM_DefineClassWithSourceCond; |
|
78 |
JVM_DesiredAssertionStatus; |
|
79 |
JVM_DisableCompiler; |
|
80 |
JVM_DoPrivileged; |
|
81 |
JVM_DTraceGetVersion; |
|
82 |
JVM_DTraceActivate; |
|
83 |
JVM_DTraceIsProbeEnabled; |
|
84 |
JVM_DTraceIsSupported; |
|
85 |
JVM_DTraceDispose; |
|
86 |
JVM_DumpAllStacks; |
|
87 |
JVM_DumpThreads; |
|
88 |
JVM_EnableCompiler; |
|
89 |
JVM_Exit; |
|
90 |
JVM_FillInStackTrace; |
|
91 |
JVM_FindClassFromClass; |
|
92 |
JVM_FindClassFromClassLoader; |
|
93 |
JVM_FindClassFromBootLoader; |
|
94 |
JVM_FindLibraryEntry; |
|
95 |
JVM_FindLoadedClass; |
|
96 |
JVM_FindPrimitiveClass; |
|
97 |
JVM_FindSignal; |
|
98 |
JVM_FreeMemory; |
|
99 |
JVM_GC; |
|
100 |
JVM_GetAllThreads; |
|
101 |
JVM_GetArrayElement; |
|
102 |
JVM_GetArrayLength; |
|
103 |
JVM_GetCPClassNameUTF; |
|
104 |
JVM_GetCPFieldClassNameUTF; |
|
105 |
JVM_GetCPFieldModifiers; |
|
106 |
JVM_GetCPFieldNameUTF; |
|
107 |
JVM_GetCPFieldSignatureUTF; |
|
108 |
JVM_GetCPMethodClassNameUTF; |
|
109 |
JVM_GetCPMethodModifiers; |
|
110 |
JVM_GetCPMethodNameUTF; |
|
111 |
JVM_GetCPMethodSignatureUTF; |
|
112 |
JVM_GetCallerClass; |
|
113 |
JVM_GetClassAccessFlags; |
|
114 |
JVM_GetClassAnnotations; |
|
115 |
JVM_GetClassCPEntriesCount; |
|
116 |
JVM_GetClassCPTypes; |
|
117 |
JVM_GetClassConstantPool; |
|
118 |
JVM_GetClassContext; |
|
119 |
JVM_GetClassDeclaredConstructors; |
|
120 |
JVM_GetClassDeclaredFields; |
|
121 |
JVM_GetClassDeclaredMethods; |
|
122 |
JVM_GetClassFieldsCount; |
|
123 |
JVM_GetClassInterfaces; |
|
124 |
JVM_GetClassLoader; |
|
125 |
JVM_GetClassMethodsCount; |
|
126 |
JVM_GetClassModifiers; |
|
127 |
JVM_GetClassName; |
|
128 |
JVM_GetClassNameUTF; |
|
129 |
JVM_GetClassSignature; |
|
130 |
JVM_GetClassSigners; |
|
15097
9db149412e0e
8004823: Add VM support for type annotation reflection
stefank
parents:
10565
diff
changeset
|
131 |
JVM_GetClassTypeAnnotations; |
10565 | 132 |
JVM_GetComponentType; |
133 |
JVM_GetDeclaredClasses; |
|
134 |
JVM_GetDeclaringClass; |
|
135 |
JVM_GetEnclosingMethodInfo; |
|
136 |
JVM_GetFieldAnnotations; |
|
137 |
JVM_GetFieldIxModifiers; |
|
16444
e9cfab742724
8009382: Add JVM_Get{Field|Method}TypeAnnotations
rbackman
parents:
15439
diff
changeset
|
138 |
JVM_GetFieldTypeAnnotations; |
10565 | 139 |
JVM_GetHostName; |
140 |
JVM_GetInheritedAccessControlContext; |
|
141 |
JVM_GetInterfaceVersion; |
|
142 |
JVM_GetLastErrorString; |
|
143 |
JVM_GetManagement; |
|
144 |
JVM_GetMethodAnnotations; |
|
145 |
JVM_GetMethodDefaultAnnotationValue; |
|
146 |
JVM_GetMethodIxArgsSize; |
|
147 |
JVM_GetMethodIxByteCode; |
|
148 |
JVM_GetMethodIxByteCodeLength; |
|
149 |
JVM_GetMethodIxExceptionIndexes; |
|
150 |
JVM_GetMethodIxExceptionTableEntry; |
|
151 |
JVM_GetMethodIxExceptionTableLength; |
|
152 |
JVM_GetMethodIxExceptionsCount; |
|
153 |
JVM_GetMethodIxLocalsCount; |
|
154 |
JVM_GetMethodIxMaxStack; |
|
155 |
JVM_GetMethodIxModifiers; |
|
156 |
JVM_GetMethodIxNameUTF; |
|
157 |
JVM_GetMethodIxSignatureUTF; |
|
158 |
JVM_GetMethodParameterAnnotations; |
|
15102
0a86564e5f61
8004728: Add hotspot support for parameter reflection
coleenp
parents:
15097
diff
changeset
|
159 |
JVM_GetMethodParameters; |
16444
e9cfab742724
8009382: Add JVM_Get{Field|Method}TypeAnnotations
rbackman
parents:
15439
diff
changeset
|
160 |
JVM_GetMethodTypeAnnotations; |
10565 | 161 |
JVM_GetPrimitiveArrayElement; |
162 |
JVM_GetProtectionDomain; |
|
163 |
JVM_GetSockName; |
|
164 |
JVM_GetSockOpt; |
|
165 |
JVM_GetStackAccessControlContext; |
|
166 |
JVM_GetStackTraceDepth; |
|
167 |
JVM_GetStackTraceElement; |
|
168 |
JVM_GetSystemPackage; |
|
169 |
JVM_GetSystemPackages; |
|
170 |
JVM_GetThreadStateNames; |
|
171 |
JVM_GetThreadStateValues; |
|
172 |
JVM_GetVersionInfo; |
|
173 |
JVM_Halt; |
|
174 |
JVM_HoldsLock; |
|
175 |
JVM_IHashCode; |
|
176 |
JVM_InitAgentProperties; |
|
177 |
JVM_InitProperties; |
|
178 |
JVM_InitializeCompiler; |
|
179 |
JVM_InitializeSocketLibrary; |
|
180 |
JVM_InternString; |
|
181 |
JVM_Interrupt; |
|
182 |
JVM_InvokeMethod; |
|
183 |
JVM_IsArrayClass; |
|
184 |
JVM_IsConstructorIx; |
|
185 |
JVM_IsInterface; |
|
186 |
JVM_IsInterrupted; |
|
187 |
JVM_IsNaN; |
|
188 |
JVM_IsPrimitiveClass; |
|
189 |
JVM_IsSameClassPackage; |
|
190 |
JVM_IsSilentCompiler; |
|
191 |
JVM_IsSupportedJNIVersion; |
|
192 |
JVM_IsThreadAlive; |
|
15439
a72c53517fe7
8004967: Default method cause VerifyError: Illegal use of nonvirtual
acorn
parents:
15229
diff
changeset
|
193 |
JVM_IsVMGeneratedMethodIx; |
10565 | 194 |
JVM_LatestUserDefinedLoader; |
195 |
JVM_Listen; |
|
196 |
JVM_LoadClass0; |
|
197 |
JVM_LoadLibrary; |
|
198 |
JVM_Lseek; |
|
199 |
JVM_MaxObjectInspectionAge; |
|
200 |
JVM_MaxMemory; |
|
201 |
JVM_MonitorNotify; |
|
202 |
JVM_MonitorNotifyAll; |
|
203 |
JVM_MonitorWait; |
|
204 |
JVM_NanoTime; |
|
205 |
JVM_NativePath; |
|
206 |
JVM_NewArray; |
|
207 |
JVM_NewInstanceFromConstructor; |
|
208 |
JVM_NewMultiArray; |
|
209 |
JVM_OnExit; |
|
210 |
JVM_Open; |
|
211 |
JVM_RaiseSignal; |
|
212 |
JVM_RawMonitorCreate; |
|
213 |
JVM_RawMonitorDestroy; |
|
214 |
JVM_RawMonitorEnter; |
|
215 |
JVM_RawMonitorExit; |
|
216 |
JVM_Read; |
|
217 |
JVM_Recv; |
|
218 |
JVM_RecvFrom; |
|
219 |
JVM_RegisterSignal; |
|
220 |
JVM_ReleaseUTF; |
|
221 |
JVM_ResolveClass; |
|
222 |
JVM_ResumeThread; |
|
223 |
JVM_Send; |
|
224 |
JVM_SendTo; |
|
225 |
JVM_SetArrayElement; |
|
226 |
JVM_SetClassSigners; |
|
227 |
JVM_SetLength; |
|
228 |
JVM_SetPrimitiveArrayElement; |
|
229 |
JVM_SetProtectionDomain; |
|
230 |
JVM_SetSockOpt; |
|
231 |
JVM_SetThreadPriority; |
|
232 |
JVM_Sleep; |
|
233 |
JVM_Socket; |
|
234 |
JVM_SocketAvailable; |
|
235 |
JVM_SocketClose; |
|
236 |
JVM_SocketShutdown; |
|
237 |
JVM_StartThread; |
|
238 |
JVM_StopThread; |
|
239 |
JVM_SuspendThread; |
|
240 |
JVM_SupportsCX8; |
|
241 |
JVM_Sync; |
|
242 |
JVM_Timeout; |
|
243 |
JVM_TotalMemory; |
|
244 |
JVM_TraceInstructions; |
|
245 |
JVM_TraceMethodCalls; |
|
246 |
JVM_UnloadLibrary; |
|
247 |
JVM_Write; |
|
248 |
JVM_Yield; |
|
249 |
JVM_handle_bsd_signal; |
|
250 |
||
251 |
# Old reflection routines |
|
252 |
# These do not need to be present in the product build in JDK 1.4 |
|
253 |
# but their code has not been removed yet because there will not |
|
254 |
# be a substantial code savings until JVM_InvokeMethod and |
|
255 |
# JVM_NewInstanceFromConstructor can also be removed; see |
|
256 |
# reflectionCompat.hpp. |
|
257 |
JVM_GetClassConstructor; |
|
258 |
JVM_GetClassConstructors; |
|
259 |
JVM_GetClassField; |
|
260 |
JVM_GetClassFields; |
|
261 |
JVM_GetClassMethod; |
|
262 |
JVM_GetClassMethods; |
|
263 |
JVM_GetField; |
|
264 |
JVM_GetPrimitiveField; |
|
265 |
JVM_NewInstance; |
|
266 |
JVM_SetField; |
|
267 |
JVM_SetPrimitiveField; |
|
268 |
||
269 |
# miscellaneous functions |
|
270 |
jio_fprintf; |
|
271 |
jio_printf; |
|
272 |
jio_snprintf; |
|
273 |
jio_vfprintf; |
|
274 |
jio_vsnprintf; |
|
275 |
fork1; |
|
276 |
numa_warn; |
|
277 |
numa_error; |
|
278 |
||
279 |
# Needed because there is no JVM interface for this. |
|
280 |
sysThreadAvailableStackWithSlack; |
|
281 |
||
282 |
# This is for Forte Analyzer profiling support. |
|
283 |
AsyncGetCallTrace; |
|
284 |
||
285 |
# INSERT VTABLE SYMBOLS HERE |
|
286 |
||
287 |
local: |
|
288 |
*; |
|
289 |
}; |
|
290 |