annotate make/solaris/makefiles/mapfile-vers @ 4155:394404b2d9bd

Removed strict requirement for GRAAL environment variable. It only needs to be set now if the graal directory is not in the directory hierarchy of GraalVM JDK.
author Doug Simon <doug.simon@oracle.com>
date Wed, 21 Dec 2011 11:25:27 +0100
parents 242b4e0e6f73
children 35431a769282
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 #
3954
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 1552
diff changeset
2 # Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
4 #
a61af66fc99e Initial load
duke
parents:
diff changeset
5 # This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
6 # under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
7 # published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 #
a61af66fc99e Initial load
duke
parents:
diff changeset
9 # This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
12 # version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
13 # accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
14 #
a61af66fc99e Initial load
duke
parents:
diff changeset
15 # You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
16 # 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
18 #
1552
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 973
diff changeset
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 973
diff changeset
20 # or visit www.oracle.com if you need additional information or have any
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 973
diff changeset
21 # questions.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
22 #
a61af66fc99e Initial load
duke
parents:
diff changeset
23 #
a61af66fc99e Initial load
duke
parents:
diff changeset
24
a61af66fc99e Initial load
duke
parents:
diff changeset
25 # Define public interface.
a61af66fc99e Initial load
duke
parents:
diff changeset
26
a61af66fc99e Initial load
duke
parents:
diff changeset
27 SUNWprivate_1.1 {
a61af66fc99e Initial load
duke
parents:
diff changeset
28 global:
a61af66fc99e Initial load
duke
parents:
diff changeset
29 # JNI
a61af66fc99e Initial load
duke
parents:
diff changeset
30 JNI_CreateJavaVM;
a61af66fc99e Initial load
duke
parents:
diff changeset
31 JNI_GetCreatedJavaVMs;
a61af66fc99e Initial load
duke
parents:
diff changeset
32 JNI_GetDefaultJavaVMInitArgs;
a61af66fc99e Initial load
duke
parents:
diff changeset
33
a61af66fc99e Initial load
duke
parents:
diff changeset
34 # JVM
a61af66fc99e Initial load
duke
parents:
diff changeset
35 JVM_Accept;
a61af66fc99e Initial load
duke
parents:
diff changeset
36 JVM_ActiveProcessorCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
37 JVM_AllocateNewArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
38 JVM_AllocateNewObject;
a61af66fc99e Initial load
duke
parents:
diff changeset
39 JVM_ArrayCopy;
a61af66fc99e Initial load
duke
parents:
diff changeset
40 JVM_AssertionStatusDirectives;
a61af66fc99e Initial load
duke
parents:
diff changeset
41 JVM_Available;
a61af66fc99e Initial load
duke
parents:
diff changeset
42 JVM_Bind;
a61af66fc99e Initial load
duke
parents:
diff changeset
43 JVM_ClassDepth;
a61af66fc99e Initial load
duke
parents:
diff changeset
44 JVM_ClassLoaderDepth;
a61af66fc99e Initial load
duke
parents:
diff changeset
45 JVM_Clone;
a61af66fc99e Initial load
duke
parents:
diff changeset
46 JVM_Close;
a61af66fc99e Initial load
duke
parents:
diff changeset
47 JVM_CX8Field;
a61af66fc99e Initial load
duke
parents:
diff changeset
48 JVM_CompileClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
49 JVM_CompileClasses;
a61af66fc99e Initial load
duke
parents:
diff changeset
50 JVM_CompilerCommand;
a61af66fc99e Initial load
duke
parents:
diff changeset
51 JVM_Connect;
a61af66fc99e Initial load
duke
parents:
diff changeset
52 JVM_ConstantPoolGetClassAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
53 JVM_ConstantPoolGetClassAtIfLoaded;
a61af66fc99e Initial load
duke
parents:
diff changeset
54 JVM_ConstantPoolGetDoubleAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
55 JVM_ConstantPoolGetFieldAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
56 JVM_ConstantPoolGetFieldAtIfLoaded;
a61af66fc99e Initial load
duke
parents:
diff changeset
57 JVM_ConstantPoolGetFloatAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
58 JVM_ConstantPoolGetIntAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
59 JVM_ConstantPoolGetLongAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
60 JVM_ConstantPoolGetMethodAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
61 JVM_ConstantPoolGetMethodAtIfLoaded;
a61af66fc99e Initial load
duke
parents:
diff changeset
62 JVM_ConstantPoolGetMemberRefInfoAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
63 JVM_ConstantPoolGetSize;
a61af66fc99e Initial load
duke
parents:
diff changeset
64 JVM_ConstantPoolGetStringAt;
a61af66fc99e Initial load
duke
parents:
diff changeset
65 JVM_ConstantPoolGetUTF8At;
a61af66fc99e Initial load
duke
parents:
diff changeset
66 JVM_CountStackFrames;
a61af66fc99e Initial load
duke
parents:
diff changeset
67 JVM_CurrentClassLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
68 JVM_CurrentLoadedClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
69 JVM_CurrentThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
70 JVM_CurrentTimeMillis;
a61af66fc99e Initial load
duke
parents:
diff changeset
71 JVM_DefineClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
72 JVM_DefineClassWithSource;
973
ad6585fd4087 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 235
diff changeset
73 JVM_DefineClassWithSourceCond;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
74 JVM_DesiredAssertionStatus;
a61af66fc99e Initial load
duke
parents:
diff changeset
75 JVM_DisableCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
76 JVM_DoPrivileged;
116
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
77 JVM_DTraceGetVersion;
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
78 JVM_DTraceActivate;
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
79 JVM_DTraceIsProbeEnabled;
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
80 JVM_DTraceIsSupported;
018d5b58dd4f 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 91
diff changeset
81 JVM_DTraceDispose;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
82 JVM_DumpAllStacks;
a61af66fc99e Initial load
duke
parents:
diff changeset
83 JVM_DumpThreads;
a61af66fc99e Initial load
duke
parents:
diff changeset
84 JVM_EnableCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
85 JVM_Exit;
a61af66fc99e Initial load
duke
parents:
diff changeset
86 JVM_FillInStackTrace;
a61af66fc99e Initial load
duke
parents:
diff changeset
87 JVM_FindClassFromClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
88 JVM_FindClassFromClassLoader;
226
d5ba4f8aa38a 6714758: hotspot: provide an entry point to the BootStrap Class loader[dholmes,acorn]
ksrini
parents: 116
diff changeset
89 JVM_FindClassFromBootLoader;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
90 JVM_FindLibraryEntry;
a61af66fc99e Initial load
duke
parents:
diff changeset
91 JVM_FindLoadedClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
92 JVM_FindPrimitiveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
93 JVM_FindSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
94 JVM_FreeMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
95 JVM_GC;
a61af66fc99e Initial load
duke
parents:
diff changeset
96 JVM_GetAllThreads;
a61af66fc99e Initial load
duke
parents:
diff changeset
97 JVM_GetArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
98 JVM_GetArrayLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
99 JVM_GetCPClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
100 JVM_GetCPFieldClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
101 JVM_GetCPFieldModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
102 JVM_GetCPFieldNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
103 JVM_GetCPFieldSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
104 JVM_GetCPMethodClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
105 JVM_GetCPMethodModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
106 JVM_GetCPMethodNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
107 JVM_GetCPMethodSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
108 JVM_GetCallerClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
109 JVM_GetClassAccessFlags;
a61af66fc99e Initial load
duke
parents:
diff changeset
110 JVM_GetClassAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
111 JVM_GetClassCPEntriesCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
112 JVM_GetClassCPTypes;
a61af66fc99e Initial load
duke
parents:
diff changeset
113 JVM_GetClassConstantPool;
a61af66fc99e Initial load
duke
parents:
diff changeset
114 JVM_GetClassContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
115 JVM_GetClassDeclaredConstructors;
a61af66fc99e Initial load
duke
parents:
diff changeset
116 JVM_GetClassDeclaredFields;
a61af66fc99e Initial load
duke
parents:
diff changeset
117 JVM_GetClassDeclaredMethods;
a61af66fc99e Initial load
duke
parents:
diff changeset
118 JVM_GetClassFieldsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
119 JVM_GetClassInterfaces;
a61af66fc99e Initial load
duke
parents:
diff changeset
120 JVM_GetClassLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
121 JVM_GetClassMethodsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
122 JVM_GetClassModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
123 JVM_GetClassName;
a61af66fc99e Initial load
duke
parents:
diff changeset
124 JVM_GetClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
125 JVM_GetClassSignature;
a61af66fc99e Initial load
duke
parents:
diff changeset
126 JVM_GetClassSigners;
a61af66fc99e Initial load
duke
parents:
diff changeset
127 JVM_GetComponentType;
a61af66fc99e Initial load
duke
parents:
diff changeset
128 JVM_GetDeclaredClasses;
a61af66fc99e Initial load
duke
parents:
diff changeset
129 JVM_GetDeclaringClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
130 JVM_GetEnclosingMethodInfo;
a61af66fc99e Initial load
duke
parents:
diff changeset
131 JVM_GetFieldAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
132 JVM_GetFieldIxModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
133 JVM_GetHostName;
a61af66fc99e Initial load
duke
parents:
diff changeset
134 JVM_GetInheritedAccessControlContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
135 JVM_GetInterfaceVersion;
a61af66fc99e Initial load
duke
parents:
diff changeset
136 JVM_GetLastErrorString;
a61af66fc99e Initial load
duke
parents:
diff changeset
137 JVM_GetManagement;
a61af66fc99e Initial load
duke
parents:
diff changeset
138 JVM_GetMethodAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
139 JVM_GetMethodDefaultAnnotationValue;
a61af66fc99e Initial load
duke
parents:
diff changeset
140 JVM_GetMethodIxArgsSize;
a61af66fc99e Initial load
duke
parents:
diff changeset
141 JVM_GetMethodIxByteCode;
a61af66fc99e Initial load
duke
parents:
diff changeset
142 JVM_GetMethodIxByteCodeLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
143 JVM_GetMethodIxExceptionIndexes;
a61af66fc99e Initial load
duke
parents:
diff changeset
144 JVM_GetMethodIxExceptionTableEntry;
a61af66fc99e Initial load
duke
parents:
diff changeset
145 JVM_GetMethodIxExceptionTableLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
146 JVM_GetMethodIxExceptionsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
147 JVM_GetMethodIxLocalsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
148 JVM_GetMethodIxMaxStack;
a61af66fc99e Initial load
duke
parents:
diff changeset
149 JVM_GetMethodIxModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
150 JVM_GetMethodIxNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
151 JVM_GetMethodIxSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
152 JVM_GetMethodParameterAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
153 JVM_GetPrimitiveArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
154 JVM_GetProtectionDomain;
a61af66fc99e Initial load
duke
parents:
diff changeset
155 JVM_GetSockName;
a61af66fc99e Initial load
duke
parents:
diff changeset
156 JVM_GetSockOpt;
a61af66fc99e Initial load
duke
parents:
diff changeset
157 JVM_GetStackAccessControlContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
158 JVM_GetStackTraceDepth;
a61af66fc99e Initial load
duke
parents:
diff changeset
159 JVM_GetStackTraceElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
160 JVM_GetSystemPackage;
a61af66fc99e Initial load
duke
parents:
diff changeset
161 JVM_GetSystemPackages;
a61af66fc99e Initial load
duke
parents:
diff changeset
162 JVM_GetThreadStateNames;
a61af66fc99e Initial load
duke
parents:
diff changeset
163 JVM_GetThreadStateValues;
a61af66fc99e Initial load
duke
parents:
diff changeset
164 JVM_GetVersionInfo;
a61af66fc99e Initial load
duke
parents:
diff changeset
165 JVM_Halt;
a61af66fc99e Initial load
duke
parents:
diff changeset
166 JVM_HoldsLock;
a61af66fc99e Initial load
duke
parents:
diff changeset
167 JVM_IHashCode;
a61af66fc99e Initial load
duke
parents:
diff changeset
168 JVM_InitAgentProperties;
a61af66fc99e Initial load
duke
parents:
diff changeset
169 JVM_InitProperties;
a61af66fc99e Initial load
duke
parents:
diff changeset
170 JVM_InitializeCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
171 JVM_InitializeSocketLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
172 JVM_InternString;
a61af66fc99e Initial load
duke
parents:
diff changeset
173 JVM_Interrupt;
a61af66fc99e Initial load
duke
parents:
diff changeset
174 JVM_InvokeMethod;
a61af66fc99e Initial load
duke
parents:
diff changeset
175 JVM_IsArrayClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
176 JVM_IsConstructorIx;
a61af66fc99e Initial load
duke
parents:
diff changeset
177 JVM_IsInterface;
a61af66fc99e Initial load
duke
parents:
diff changeset
178 JVM_IsInterrupted;
a61af66fc99e Initial load
duke
parents:
diff changeset
179 JVM_IsNaN;
a61af66fc99e Initial load
duke
parents:
diff changeset
180 JVM_IsPrimitiveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
181 JVM_IsSameClassPackage;
a61af66fc99e Initial load
duke
parents:
diff changeset
182 JVM_IsSilentCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
183 JVM_IsSupportedJNIVersion;
a61af66fc99e Initial load
duke
parents:
diff changeset
184 JVM_IsThreadAlive;
a61af66fc99e Initial load
duke
parents:
diff changeset
185 JVM_LatestUserDefinedLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
186 JVM_Listen;
a61af66fc99e Initial load
duke
parents:
diff changeset
187 JVM_LoadClass0;
a61af66fc99e Initial load
duke
parents:
diff changeset
188 JVM_LoadLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
189 JVM_Lseek;
a61af66fc99e Initial load
duke
parents:
diff changeset
190 JVM_MaxObjectInspectionAge;
a61af66fc99e Initial load
duke
parents:
diff changeset
191 JVM_MaxMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
192 JVM_MonitorNotify;
a61af66fc99e Initial load
duke
parents:
diff changeset
193 JVM_MonitorNotifyAll;
a61af66fc99e Initial load
duke
parents:
diff changeset
194 JVM_MonitorWait;
a61af66fc99e Initial load
duke
parents:
diff changeset
195 JVM_NativePath;
a61af66fc99e Initial load
duke
parents:
diff changeset
196 JVM_NanoTime;
a61af66fc99e Initial load
duke
parents:
diff changeset
197 JVM_NewArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
198 JVM_NewInstanceFromConstructor;
a61af66fc99e Initial load
duke
parents:
diff changeset
199 JVM_NewMultiArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
200 JVM_OnExit;
a61af66fc99e Initial load
duke
parents:
diff changeset
201 JVM_Open;
a61af66fc99e Initial load
duke
parents:
diff changeset
202 JVM_PrintStackTrace;
a61af66fc99e Initial load
duke
parents:
diff changeset
203 JVM_RaiseSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
204 JVM_RawMonitorCreate;
a61af66fc99e Initial load
duke
parents:
diff changeset
205 JVM_RawMonitorDestroy;
a61af66fc99e Initial load
duke
parents:
diff changeset
206 JVM_RawMonitorEnter;
a61af66fc99e Initial load
duke
parents:
diff changeset
207 JVM_RawMonitorExit;
a61af66fc99e Initial load
duke
parents:
diff changeset
208 JVM_Read;
a61af66fc99e Initial load
duke
parents:
diff changeset
209 JVM_Recv;
a61af66fc99e Initial load
duke
parents:
diff changeset
210 JVM_RecvFrom;
a61af66fc99e Initial load
duke
parents:
diff changeset
211 JVM_RegisterSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
212 JVM_ReleaseUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
213 JVM_ResolveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
214 JVM_ResumeThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
215 JVM_Send;
a61af66fc99e Initial load
duke
parents:
diff changeset
216 JVM_SendTo;
a61af66fc99e Initial load
duke
parents:
diff changeset
217 JVM_SetArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
218 JVM_SetClassSigners;
a61af66fc99e Initial load
duke
parents:
diff changeset
219 JVM_SetLength;
4086
242b4e0e6f73 7116189: Export JVM_SetNativeThreadName from Hotspot
phh
parents: 3954
diff changeset
220 JVM_SetNativeThreadName;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
221 JVM_SetPrimitiveArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
222 JVM_SetProtectionDomain;
a61af66fc99e Initial load
duke
parents:
diff changeset
223 JVM_SetSockOpt;
a61af66fc99e Initial load
duke
parents:
diff changeset
224 JVM_SetThreadPriority;
a61af66fc99e Initial load
duke
parents:
diff changeset
225 JVM_Sleep;
a61af66fc99e Initial load
duke
parents:
diff changeset
226 JVM_Socket;
a61af66fc99e Initial load
duke
parents:
diff changeset
227 JVM_SocketAvailable;
a61af66fc99e Initial load
duke
parents:
diff changeset
228 JVM_SocketClose;
a61af66fc99e Initial load
duke
parents:
diff changeset
229 JVM_SocketShutdown;
a61af66fc99e Initial load
duke
parents:
diff changeset
230 JVM_StartThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
231 JVM_StopThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
232 JVM_SuspendThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
233 JVM_SupportsCX8;
a61af66fc99e Initial load
duke
parents:
diff changeset
234 JVM_Sync;
a61af66fc99e Initial load
duke
parents:
diff changeset
235 JVM_Timeout;
a61af66fc99e Initial load
duke
parents:
diff changeset
236 JVM_TotalMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
237 JVM_TraceInstructions;
a61af66fc99e Initial load
duke
parents:
diff changeset
238 JVM_TraceMethodCalls;
a61af66fc99e Initial load
duke
parents:
diff changeset
239 JVM_UnloadLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
240 JVM_Write;
a61af66fc99e Initial load
duke
parents:
diff changeset
241 JVM_Yield;
a61af66fc99e Initial load
duke
parents:
diff changeset
242 JVM_handle_solaris_signal;
a61af66fc99e Initial load
duke
parents:
diff changeset
243
a61af66fc99e Initial load
duke
parents:
diff changeset
244 # miscellaneous functions
a61af66fc99e Initial load
duke
parents:
diff changeset
245 jio_fprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
246 jio_printf;
a61af66fc99e Initial load
duke
parents:
diff changeset
247 jio_snprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
248 jio_vfprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
249 jio_vsnprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
250
a61af66fc99e Initial load
duke
parents:
diff changeset
251 # Needed because there is no JVM interface for this.
a61af66fc99e Initial load
duke
parents:
diff changeset
252 sysThreadAvailableStackWithSlack;
a61af66fc99e Initial load
duke
parents:
diff changeset
253
a61af66fc99e Initial load
duke
parents:
diff changeset
254 # This is for Forte Analyzer profiling support.
a61af66fc99e Initial load
duke
parents:
diff changeset
255 AsyncGetCallTrace;
3954
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 1552
diff changeset
256
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 1552
diff changeset
257 # INSERT VTABLE SYMBOLS HERE
da0999c4b733 7071904: 4/4 HotSpot: Full Debug Symbols
dcubed
parents: 1552
diff changeset
258
0
a61af66fc99e Initial load
duke
parents:
diff changeset
259 local:
a61af66fc99e Initial load
duke
parents:
diff changeset
260 *;
a61af66fc99e Initial load
duke
parents:
diff changeset
261 };