annotate make/linux/makefiles/mapfile-vers-debug @ 158:a49545cab84a

6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles) Summary: Allows for building with SS12, no longer requires SS11, warns if not SS11 for now. Once SS12 is validated and performance measurements look ok, SS12 will be the validated compiler. Reviewed-by: sspitsyn, ikrylov
author ohair
date Tue, 27 May 2008 09:47:18 -0700
parents 8bd1e4487c18
children d1605aabd0a1 d5ba4f8aa38a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
116
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
1 #
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
2 # @(#)mapfile-vers-debug 1.18 07/10/25 16:47:35
0
a61af66fc99e Initial load
duke
parents:
diff changeset
3 #
a61af66fc99e Initial load
duke
parents:
diff changeset
4
a61af66fc99e Initial load
duke
parents:
diff changeset
5 #
a61af66fc99e Initial load
duke
parents:
diff changeset
6 # Copyright 2002-2006 Sun Microsystems, Inc. All Rights Reserved.
a61af66fc99e Initial load
duke
parents:
diff changeset
7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 #
a61af66fc99e Initial load
duke
parents:
diff changeset
9 # This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
10 # under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
11 # published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
12 #
a61af66fc99e Initial load
duke
parents:
diff changeset
13 # This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
15 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
16 # version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
17 # accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
18 #
a61af66fc99e Initial load
duke
parents:
diff changeset
19 # You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
20 # 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
21 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
22 #
a61af66fc99e Initial load
duke
parents:
diff changeset
23 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
a61af66fc99e Initial load
duke
parents:
diff changeset
24 # CA 95054 USA or visit www.sun.com if you need additional information or
a61af66fc99e Initial load
duke
parents:
diff changeset
25 # have any questions.
a61af66fc99e Initial load
duke
parents:
diff changeset
26 #
a61af66fc99e Initial load
duke
parents:
diff changeset
27 #
a61af66fc99e Initial load
duke
parents:
diff changeset
28
a61af66fc99e Initial load
duke
parents:
diff changeset
29 # Define public interface.
a61af66fc99e Initial load
duke
parents:
diff changeset
30
a61af66fc99e Initial load
duke
parents:
diff changeset
31 SUNWprivate_1.1 {
a61af66fc99e Initial load
duke
parents:
diff changeset
32 global:
a61af66fc99e Initial load
duke
parents:
diff changeset
33 # JNI
a61af66fc99e Initial load
duke
parents:
diff changeset
34 JNI_CreateJavaVM;
a61af66fc99e Initial load
duke
parents:
diff changeset
35 JNI_GetCreatedJavaVMs;
a61af66fc99e Initial load
duke
parents:
diff changeset
36 JNI_GetDefaultJavaVMInitArgs;
a61af66fc99e Initial load
duke
parents:
diff changeset
37
a61af66fc99e Initial load
duke
parents:
diff changeset
38 # JVM
a61af66fc99e Initial load
duke
parents:
diff changeset
39 JVM_Accept;
a61af66fc99e Initial load
duke
parents:
diff changeset
40 JVM_ActiveProcessorCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
41 JVM_AllocateNewArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
42 JVM_AllocateNewObject;
a61af66fc99e Initial load
duke
parents:
diff changeset
43 JVM_ArrayCopy;
a61af66fc99e Initial load
duke
parents:
diff changeset
44 JVM_AssertionStatusDirectives;
a61af66fc99e Initial load
duke
parents:
diff changeset
45 JVM_Available;
a61af66fc99e Initial load
duke
parents:
diff changeset
46 JVM_Bind;
a61af66fc99e Initial load
duke
parents:
diff changeset
47 JVM_ClassDepth;
a61af66fc99e Initial load
duke
parents:
diff changeset
48 JVM_ClassLoaderDepth;
a61af66fc99e Initial load
duke
parents:
diff changeset
49 JVM_Clone;
a61af66fc99e Initial load
duke
parents:
diff changeset
50 JVM_Close;
a61af66fc99e Initial load
duke
parents:
diff changeset
51 JVM_CX8Field;
a61af66fc99e Initial load
duke
parents:
diff changeset
52 JVM_CompileClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
53 JVM_CompileClasses;
a61af66fc99e Initial load
duke
parents:
diff changeset
54 JVM_CompilerCommand;
a61af66fc99e Initial load
duke
parents:
diff changeset
55 JVM_Connect;
a61af66fc99e Initial load
duke
parents:
diff changeset
56 JVM_ConstantPoolGetClassAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
57 JVM_ConstantPoolGetClassAtIfLoaded;
a61af66fc99e Initial load
duke
parents:
diff changeset
58 JVM_ConstantPoolGetDoubleAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
59 JVM_ConstantPoolGetFieldAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
60 JVM_ConstantPoolGetFieldAtIfLoaded;
a61af66fc99e Initial load
duke
parents:
diff changeset
61 JVM_ConstantPoolGetFloatAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
62 JVM_ConstantPoolGetIntAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
63 JVM_ConstantPoolGetLongAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
64 JVM_ConstantPoolGetMethodAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
65 JVM_ConstantPoolGetMethodAtIfLoaded;
a61af66fc99e Initial load
duke
parents:
diff changeset
66 JVM_ConstantPoolGetMemberRefInfoAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
67 JVM_ConstantPoolGetSize;
a61af66fc99e Initial load
duke
parents:
diff changeset
68 JVM_ConstantPoolGetStringAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
69 JVM_ConstantPoolGetUTF8At;
a61af66fc99e Initial load
duke
parents:
diff changeset
70 JVM_CountStackFrames;
a61af66fc99e Initial load
duke
parents:
diff changeset
71 JVM_CurrentClassLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
72 JVM_CurrentLoadedClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
73 JVM_CurrentThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
74 JVM_CurrentTimeMillis;
a61af66fc99e Initial load
duke
parents:
diff changeset
75 JVM_DefineClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
76 JVM_DefineClassWithSource;
a61af66fc99e Initial load
duke
parents:
diff changeset
77 JVM_DesiredAssertionStatus;
a61af66fc99e Initial load
duke
parents:
diff changeset
78 JVM_DisableCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
79 JVM_DoPrivileged;
116
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
80 JVM_DTraceGetVersion;
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
81 JVM_DTraceActivate;
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
82 JVM_DTraceIsProbeEnabled;
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
83 JVM_DTraceIsSupported;
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
84 JVM_DTraceDispose;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
85 JVM_DumpAllStacks;
a61af66fc99e Initial load
duke
parents:
diff changeset
86 JVM_DumpThreads;
a61af66fc99e Initial load
duke
parents:
diff changeset
87 JVM_EnableCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
88 JVM_Exit;
a61af66fc99e Initial load
duke
parents:
diff changeset
89 JVM_FillInStackTrace;
a61af66fc99e Initial load
duke
parents:
diff changeset
90 JVM_FindClassFromClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
91 JVM_FindClassFromClassLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
92 JVM_FindLibraryEntry;
a61af66fc99e Initial load
duke
parents:
diff changeset
93 JVM_FindLoadedClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
94 JVM_FindPrimitiveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
95 JVM_FindSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
96 JVM_FreeMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
97 JVM_GC;
a61af66fc99e Initial load
duke
parents:
diff changeset
98 JVM_GetAllThreads;
a61af66fc99e Initial load
duke
parents:
diff changeset
99 JVM_GetArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
100 JVM_GetArrayLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
101 JVM_GetCPClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
102 JVM_GetCPFieldClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
103 JVM_GetCPFieldModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
104 JVM_GetCPFieldNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
105 JVM_GetCPFieldSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
106 JVM_GetCPMethodClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
107 JVM_GetCPMethodModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
108 JVM_GetCPMethodNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
109 JVM_GetCPMethodSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
110 JVM_GetCallerClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
111 JVM_GetClassAccessFlags;
a61af66fc99e Initial load
duke
parents:
diff changeset
112 JVM_GetClassAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
113 JVM_GetClassCPEntriesCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
114 JVM_GetClassCPTypes;
a61af66fc99e Initial load
duke
parents:
diff changeset
115 JVM_GetClassConstantPool;
a61af66fc99e Initial load
duke
parents:
diff changeset
116 JVM_GetClassContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
117 JVM_GetClassDeclaredConstructors;
a61af66fc99e Initial load
duke
parents:
diff changeset
118 JVM_GetClassDeclaredFields;
a61af66fc99e Initial load
duke
parents:
diff changeset
119 JVM_GetClassDeclaredMethods;
a61af66fc99e Initial load
duke
parents:
diff changeset
120 JVM_GetClassFieldsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
121 JVM_GetClassInterfaces;
a61af66fc99e Initial load
duke
parents:
diff changeset
122 JVM_GetClassLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
123 JVM_GetClassMethodsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
124 JVM_GetClassModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
125 JVM_GetClassName;
a61af66fc99e Initial load
duke
parents:
diff changeset
126 JVM_GetClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
127 JVM_GetClassSignature;
a61af66fc99e Initial load
duke
parents:
diff changeset
128 JVM_GetClassSigners;
a61af66fc99e Initial load
duke
parents:
diff changeset
129 JVM_GetComponentType;
a61af66fc99e Initial load
duke
parents:
diff changeset
130 JVM_GetDeclaredClasses;
a61af66fc99e Initial load
duke
parents:
diff changeset
131 JVM_GetDeclaringClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
132 JVM_GetEnclosingMethodInfo;
a61af66fc99e Initial load
duke
parents:
diff changeset
133 JVM_GetFieldAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
134 JVM_GetFieldIxModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
135 JVM_GetHostName;
a61af66fc99e Initial load
duke
parents:
diff changeset
136 JVM_GetInheritedAccessControlContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
137 JVM_GetInterfaceVersion;
a61af66fc99e Initial load
duke
parents:
diff changeset
138 JVM_GetLastErrorString;
a61af66fc99e Initial load
duke
parents:
diff changeset
139 JVM_GetManagement;
a61af66fc99e Initial load
duke
parents:
diff changeset
140 JVM_GetMethodAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
141 JVM_GetMethodDefaultAnnotationValue;
a61af66fc99e Initial load
duke
parents:
diff changeset
142 JVM_GetMethodIxArgsSize;
a61af66fc99e Initial load
duke
parents:
diff changeset
143 JVM_GetMethodIxByteCode;
a61af66fc99e Initial load
duke
parents:
diff changeset
144 JVM_GetMethodIxByteCodeLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
145 JVM_GetMethodIxExceptionIndexes;
a61af66fc99e Initial load
duke
parents:
diff changeset
146 JVM_GetMethodIxExceptionTableEntry;
a61af66fc99e Initial load
duke
parents:
diff changeset
147 JVM_GetMethodIxExceptionTableLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
148 JVM_GetMethodIxExceptionsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
149 JVM_GetMethodIxLocalsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
150 JVM_GetMethodIxMaxStack;
a61af66fc99e Initial load
duke
parents:
diff changeset
151 JVM_GetMethodIxModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
152 JVM_GetMethodIxNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
153 JVM_GetMethodIxSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
154 JVM_GetMethodParameterAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
155 JVM_GetPrimitiveArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
156 JVM_GetProtectionDomain;
a61af66fc99e Initial load
duke
parents:
diff changeset
157 JVM_GetSockName;
a61af66fc99e Initial load
duke
parents:
diff changeset
158 JVM_GetSockOpt;
a61af66fc99e Initial load
duke
parents:
diff changeset
159 JVM_GetStackAccessControlContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
160 JVM_GetStackTraceDepth;
a61af66fc99e Initial load
duke
parents:
diff changeset
161 JVM_GetStackTraceElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
162 JVM_GetSystemPackage;
a61af66fc99e Initial load
duke
parents:
diff changeset
163 JVM_GetSystemPackages;
a61af66fc99e Initial load
duke
parents:
diff changeset
164 JVM_GetThreadStateNames;
a61af66fc99e Initial load
duke
parents:
diff changeset
165 JVM_GetThreadStateValues;
a61af66fc99e Initial load
duke
parents:
diff changeset
166 JVM_GetVersionInfo;
a61af66fc99e Initial load
duke
parents:
diff changeset
167 JVM_Halt;
a61af66fc99e Initial load
duke
parents:
diff changeset
168 JVM_HoldsLock;
a61af66fc99e Initial load
duke
parents:
diff changeset
169 JVM_IHashCode;
a61af66fc99e Initial load
duke
parents:
diff changeset
170 JVM_InitAgentProperties;
a61af66fc99e Initial load
duke
parents:
diff changeset
171 JVM_InitProperties;
a61af66fc99e Initial load
duke
parents:
diff changeset
172 JVM_InitializeCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
173 JVM_InitializeSocketLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
174 JVM_InternString;
a61af66fc99e Initial load
duke
parents:
diff changeset
175 JVM_Interrupt;
a61af66fc99e Initial load
duke
parents:
diff changeset
176 JVM_InvokeMethod;
a61af66fc99e Initial load
duke
parents:
diff changeset
177 JVM_IsArrayClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
178 JVM_IsConstructorIx;
a61af66fc99e Initial load
duke
parents:
diff changeset
179 JVM_IsInterface;
a61af66fc99e Initial load
duke
parents:
diff changeset
180 JVM_IsInterrupted;
a61af66fc99e Initial load
duke
parents:
diff changeset
181 JVM_IsNaN;
a61af66fc99e Initial load
duke
parents:
diff changeset
182 JVM_IsPrimitiveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
183 JVM_IsSameClassPackage;
a61af66fc99e Initial load
duke
parents:
diff changeset
184 JVM_IsSilentCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
185 JVM_IsSupportedJNIVersion;
a61af66fc99e Initial load
duke
parents:
diff changeset
186 JVM_IsThreadAlive;
a61af66fc99e Initial load
duke
parents:
diff changeset
187 JVM_LatestUserDefinedLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
188 JVM_Listen;
a61af66fc99e Initial load
duke
parents:
diff changeset
189 JVM_LoadClass0;
a61af66fc99e Initial load
duke
parents:
diff changeset
190 JVM_LoadLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
191 JVM_Lseek;
a61af66fc99e Initial load
duke
parents:
diff changeset
192 JVM_MaxObjectInspectionAge;
a61af66fc99e Initial load
duke
parents:
diff changeset
193 JVM_MaxMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
194 JVM_MonitorNotify;
a61af66fc99e Initial load
duke
parents:
diff changeset
195 JVM_MonitorNotifyAll;
a61af66fc99e Initial load
duke
parents:
diff changeset
196 JVM_MonitorWait;
a61af66fc99e Initial load
duke
parents:
diff changeset
197 JVM_NanoTime;
a61af66fc99e Initial load
duke
parents:
diff changeset
198 JVM_NativePath;
a61af66fc99e Initial load
duke
parents:
diff changeset
199 JVM_NewArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
200 JVM_NewInstanceFromConstructor;
a61af66fc99e Initial load
duke
parents:
diff changeset
201 JVM_NewMultiArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
202 JVM_OnExit;
a61af66fc99e Initial load
duke
parents:
diff changeset
203 JVM_Open;
a61af66fc99e Initial load
duke
parents:
diff changeset
204 JVM_PrintStackTrace;
a61af66fc99e Initial load
duke
parents:
diff changeset
205 JVM_RaiseSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
206 JVM_RawMonitorCreate;
a61af66fc99e Initial load
duke
parents:
diff changeset
207 JVM_RawMonitorDestroy;
a61af66fc99e Initial load
duke
parents:
diff changeset
208 JVM_RawMonitorEnter;
a61af66fc99e Initial load
duke
parents:
diff changeset
209 JVM_RawMonitorExit;
a61af66fc99e Initial load
duke
parents:
diff changeset
210 JVM_Read;
a61af66fc99e Initial load
duke
parents:
diff changeset
211 JVM_Recv;
a61af66fc99e Initial load
duke
parents:
diff changeset
212 JVM_RecvFrom;
a61af66fc99e Initial load
duke
parents:
diff changeset
213 JVM_RegisterSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
214 JVM_ReleaseUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
215 JVM_ResolveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
216 JVM_ResumeThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
217 JVM_Send;
a61af66fc99e Initial load
duke
parents:
diff changeset
218 JVM_SendTo;
a61af66fc99e Initial load
duke
parents:
diff changeset
219 JVM_SetArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
220 JVM_SetClassSigners;
a61af66fc99e Initial load
duke
parents:
diff changeset
221 JVM_SetLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
222 JVM_SetPrimitiveArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
223 JVM_SetProtectionDomain;
a61af66fc99e Initial load
duke
parents:
diff changeset
224 JVM_SetSockOpt;
a61af66fc99e Initial load
duke
parents:
diff changeset
225 JVM_SetThreadPriority;
a61af66fc99e Initial load
duke
parents:
diff changeset
226 JVM_Sleep;
a61af66fc99e Initial load
duke
parents:
diff changeset
227 JVM_Socket;
a61af66fc99e Initial load
duke
parents:
diff changeset
228 JVM_SocketAvailable;
a61af66fc99e Initial load
duke
parents:
diff changeset
229 JVM_SocketClose;
a61af66fc99e Initial load
duke
parents:
diff changeset
230 JVM_SocketShutdown;
a61af66fc99e Initial load
duke
parents:
diff changeset
231 JVM_StartThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
232 JVM_StopThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
233 JVM_SuspendThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
234 JVM_SupportsCX8;
a61af66fc99e Initial load
duke
parents:
diff changeset
235 JVM_Sync;
a61af66fc99e Initial load
duke
parents:
diff changeset
236 JVM_Timeout;
a61af66fc99e Initial load
duke
parents:
diff changeset
237 JVM_TotalMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
238 JVM_TraceInstructions;
a61af66fc99e Initial load
duke
parents:
diff changeset
239 JVM_TraceMethodCalls;
a61af66fc99e Initial load
duke
parents:
diff changeset
240 JVM_UnloadLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
241 JVM_Write;
a61af66fc99e Initial load
duke
parents:
diff changeset
242 JVM_Yield;
a61af66fc99e Initial load
duke
parents:
diff changeset
243 JVM_handle_linux_signal;
a61af66fc99e Initial load
duke
parents:
diff changeset
244
a61af66fc99e Initial load
duke
parents:
diff changeset
245 # Old reflection routines
a61af66fc99e Initial load
duke
parents:
diff changeset
246 # These do not need to be present in the product build in JDK 1.4
a61af66fc99e Initial load
duke
parents:
diff changeset
247 # but their code has not been removed yet because there will not
a61af66fc99e Initial load
duke
parents:
diff changeset
248 # be a substantial code savings until JVM_InvokeMethod and
a61af66fc99e Initial load
duke
parents:
diff changeset
249 # JVM_NewInstanceFromConstructor can also be removed; see
a61af66fc99e Initial load
duke
parents:
diff changeset
250 # reflectionCompat.hpp.
a61af66fc99e Initial load
duke
parents:
diff changeset
251 JVM_GetClassConstructor;
a61af66fc99e Initial load
duke
parents:
diff changeset
252 JVM_GetClassConstructors;
a61af66fc99e Initial load
duke
parents:
diff changeset
253 JVM_GetClassField;
a61af66fc99e Initial load
duke
parents:
diff changeset
254 JVM_GetClassFields;
a61af66fc99e Initial load
duke
parents:
diff changeset
255 JVM_GetClassMethod;
a61af66fc99e Initial load
duke
parents:
diff changeset
256 JVM_GetClassMethods;
a61af66fc99e Initial load
duke
parents:
diff changeset
257 JVM_GetField;
a61af66fc99e Initial load
duke
parents:
diff changeset
258 JVM_GetPrimitiveField;
a61af66fc99e Initial load
duke
parents:
diff changeset
259 JVM_NewInstance;
a61af66fc99e Initial load
duke
parents:
diff changeset
260 JVM_SetField;
a61af66fc99e Initial load
duke
parents:
diff changeset
261 JVM_SetPrimitiveField;
a61af66fc99e Initial load
duke
parents:
diff changeset
262
a61af66fc99e Initial load
duke
parents:
diff changeset
263 # Needed for dropping VM into JDK 1.3.x, 1.4
a61af66fc99e Initial load
duke
parents:
diff changeset
264 _JVM_native_threads;
a61af66fc99e Initial load
duke
parents:
diff changeset
265 jdk_sem_init;
a61af66fc99e Initial load
duke
parents:
diff changeset
266 jdk_sem_post;
a61af66fc99e Initial load
duke
parents:
diff changeset
267 jdk_sem_wait;
a61af66fc99e Initial load
duke
parents:
diff changeset
268 jdk_pthread_sigmask;
a61af66fc99e Initial load
duke
parents:
diff changeset
269 jdk_waitpid;
a61af66fc99e Initial load
duke
parents:
diff changeset
270
a61af66fc99e Initial load
duke
parents:
diff changeset
271 # debug JVM
a61af66fc99e Initial load
duke
parents:
diff changeset
272 JVM_AccessVMBooleanFlag;
a61af66fc99e Initial load
duke
parents:
diff changeset
273 JVM_AccessVMIntFlag;
a61af66fc99e Initial load
duke
parents:
diff changeset
274 JVM_VMBreakPoint;
a61af66fc99e Initial load
duke
parents:
diff changeset
275
a61af66fc99e Initial load
duke
parents:
diff changeset
276 # miscellaneous functions
a61af66fc99e Initial load
duke
parents:
diff changeset
277 jio_fprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
278 jio_printf;
a61af66fc99e Initial load
duke
parents:
diff changeset
279 jio_snprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
280 jio_vfprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
281 jio_vsnprintf;
141
fcbfc50865ab 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 0
diff changeset
282 fork1;
fcbfc50865ab 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 0
diff changeset
283 numa_warn;
fcbfc50865ab 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 0
diff changeset
284 numa_error;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
285
a61af66fc99e Initial load
duke
parents:
diff changeset
286 # Needed because there is no JVM interface for this.
a61af66fc99e Initial load
duke
parents:
diff changeset
287 sysThreadAvailableStackWithSlack;
a61af66fc99e Initial load
duke
parents:
diff changeset
288
a61af66fc99e Initial load
duke
parents:
diff changeset
289 # This is for Forte Analyzer profiling support.
a61af66fc99e Initial load
duke
parents:
diff changeset
290 AsyncGetCallTrace;
a61af66fc99e Initial load
duke
parents:
diff changeset
291 local:
a61af66fc99e Initial load
duke
parents:
diff changeset
292 *;
a61af66fc99e Initial load
duke
parents:
diff changeset
293 };
a61af66fc99e Initial load
duke
parents:
diff changeset
294