annotate make/solaris/makefiles/mapfile-vers @ 807:d44bdab1c03d

6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55 Summary: For heaps larger than 32Gb, the number of heap regions overflows the data type used to hold the region index in the SparsePRT structure. Changed the region indexes, card indexes, and RSet hash table buckets to ints and added some size overflow guarantees. Reviewed-by: ysr, tonyp
author johnc
date Thu, 11 Jun 2009 17:19:33 -0700
parents 9c2ecc2ffb12
children ad6585fd4087
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 1.32 07/10/25 16:47:36
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 #
196
d1605aabd0a1 6719955: Update copyright year
xdono
parents: 116
diff changeset
6 # Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved.
0
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;
226
d5ba4f8aa38a 6714758: hotspot: provide an entry point to the BootStrap Class loader[dholmes,acorn]
ksrini
parents: 116
diff changeset
92 JVM_FindClassFromBootLoader;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
93 JVM_FindLibraryEntry;
a61af66fc99e Initial load
duke
parents:
diff changeset
94 JVM_FindLoadedClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
95 JVM_FindPrimitiveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
96 JVM_FindSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
97 JVM_FreeMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
98 JVM_GC;
a61af66fc99e Initial load
duke
parents:
diff changeset
99 JVM_GetAllThreads;
a61af66fc99e Initial load
duke
parents:
diff changeset
100 JVM_GetArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
101 JVM_GetArrayLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
102 JVM_GetCPClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
103 JVM_GetCPFieldClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
104 JVM_GetCPFieldModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
105 JVM_GetCPFieldNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
106 JVM_GetCPFieldSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
107 JVM_GetCPMethodClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
108 JVM_GetCPMethodModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
109 JVM_GetCPMethodNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
110 JVM_GetCPMethodSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
111 JVM_GetCallerClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
112 JVM_GetClassAccessFlags;
a61af66fc99e Initial load
duke
parents:
diff changeset
113 JVM_GetClassAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
114 JVM_GetClassCPEntriesCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
115 JVM_GetClassCPTypes;
a61af66fc99e Initial load
duke
parents:
diff changeset
116 JVM_GetClassConstantPool;
a61af66fc99e Initial load
duke
parents:
diff changeset
117 JVM_GetClassContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
118 JVM_GetClassDeclaredConstructors;
a61af66fc99e Initial load
duke
parents:
diff changeset
119 JVM_GetClassDeclaredFields;
a61af66fc99e Initial load
duke
parents:
diff changeset
120 JVM_GetClassDeclaredMethods;
a61af66fc99e Initial load
duke
parents:
diff changeset
121 JVM_GetClassFieldsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
122 JVM_GetClassInterfaces;
a61af66fc99e Initial load
duke
parents:
diff changeset
123 JVM_GetClassLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
124 JVM_GetClassMethodsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
125 JVM_GetClassModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
126 JVM_GetClassName;
a61af66fc99e Initial load
duke
parents:
diff changeset
127 JVM_GetClassNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
128 JVM_GetClassSignature;
a61af66fc99e Initial load
duke
parents:
diff changeset
129 JVM_GetClassSigners;
a61af66fc99e Initial load
duke
parents:
diff changeset
130 JVM_GetComponentType;
a61af66fc99e Initial load
duke
parents:
diff changeset
131 JVM_GetDeclaredClasses;
a61af66fc99e Initial load
duke
parents:
diff changeset
132 JVM_GetDeclaringClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
133 JVM_GetEnclosingMethodInfo;
a61af66fc99e Initial load
duke
parents:
diff changeset
134 JVM_GetFieldAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
135 JVM_GetFieldIxModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
136 JVM_GetHostName;
a61af66fc99e Initial load
duke
parents:
diff changeset
137 JVM_GetInheritedAccessControlContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
138 JVM_GetInterfaceVersion;
a61af66fc99e Initial load
duke
parents:
diff changeset
139 JVM_GetLastErrorString;
a61af66fc99e Initial load
duke
parents:
diff changeset
140 JVM_GetManagement;
a61af66fc99e Initial load
duke
parents:
diff changeset
141 JVM_GetMethodAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
142 JVM_GetMethodDefaultAnnotationValue;
a61af66fc99e Initial load
duke
parents:
diff changeset
143 JVM_GetMethodIxArgsSize;
a61af66fc99e Initial load
duke
parents:
diff changeset
144 JVM_GetMethodIxByteCode;
a61af66fc99e Initial load
duke
parents:
diff changeset
145 JVM_GetMethodIxByteCodeLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
146 JVM_GetMethodIxExceptionIndexes;
a61af66fc99e Initial load
duke
parents:
diff changeset
147 JVM_GetMethodIxExceptionTableEntry;
a61af66fc99e Initial load
duke
parents:
diff changeset
148 JVM_GetMethodIxExceptionTableLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
149 JVM_GetMethodIxExceptionsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
150 JVM_GetMethodIxLocalsCount;
a61af66fc99e Initial load
duke
parents:
diff changeset
151 JVM_GetMethodIxMaxStack;
a61af66fc99e Initial load
duke
parents:
diff changeset
152 JVM_GetMethodIxModifiers;
a61af66fc99e Initial load
duke
parents:
diff changeset
153 JVM_GetMethodIxNameUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
154 JVM_GetMethodIxSignatureUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
155 JVM_GetMethodParameterAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
156 JVM_GetPrimitiveArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
157 JVM_GetProtectionDomain;
a61af66fc99e Initial load
duke
parents:
diff changeset
158 JVM_GetSockName;
a61af66fc99e Initial load
duke
parents:
diff changeset
159 JVM_GetSockOpt;
a61af66fc99e Initial load
duke
parents:
diff changeset
160 JVM_GetStackAccessControlContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
161 JVM_GetStackTraceDepth;
a61af66fc99e Initial load
duke
parents:
diff changeset
162 JVM_GetStackTraceElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
163 JVM_GetSystemPackage;
a61af66fc99e Initial load
duke
parents:
diff changeset
164 JVM_GetSystemPackages;
a61af66fc99e Initial load
duke
parents:
diff changeset
165 JVM_GetThreadStateNames;
a61af66fc99e Initial load
duke
parents:
diff changeset
166 JVM_GetThreadStateValues;
a61af66fc99e Initial load
duke
parents:
diff changeset
167 JVM_GetVersionInfo;
a61af66fc99e Initial load
duke
parents:
diff changeset
168 JVM_Halt;
a61af66fc99e Initial load
duke
parents:
diff changeset
169 JVM_HoldsLock;
a61af66fc99e Initial load
duke
parents:
diff changeset
170 JVM_IHashCode;
a61af66fc99e Initial load
duke
parents:
diff changeset
171 JVM_InitAgentProperties;
a61af66fc99e Initial load
duke
parents:
diff changeset
172 JVM_InitProperties;
a61af66fc99e Initial load
duke
parents:
diff changeset
173 JVM_InitializeCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
174 JVM_InitializeSocketLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
175 JVM_InternString;
a61af66fc99e Initial load
duke
parents:
diff changeset
176 JVM_Interrupt;
a61af66fc99e Initial load
duke
parents:
diff changeset
177 JVM_InvokeMethod;
a61af66fc99e Initial load
duke
parents:
diff changeset
178 JVM_IsArrayClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
179 JVM_IsConstructorIx;
a61af66fc99e Initial load
duke
parents:
diff changeset
180 JVM_IsInterface;
a61af66fc99e Initial load
duke
parents:
diff changeset
181 JVM_IsInterrupted;
a61af66fc99e Initial load
duke
parents:
diff changeset
182 JVM_IsNaN;
a61af66fc99e Initial load
duke
parents:
diff changeset
183 JVM_IsPrimitiveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
184 JVM_IsSameClassPackage;
a61af66fc99e Initial load
duke
parents:
diff changeset
185 JVM_IsSilentCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
186 JVM_IsSupportedJNIVersion;
a61af66fc99e Initial load
duke
parents:
diff changeset
187 JVM_IsThreadAlive;
a61af66fc99e Initial load
duke
parents:
diff changeset
188 JVM_LatestUserDefinedLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
189 JVM_Listen;
a61af66fc99e Initial load
duke
parents:
diff changeset
190 JVM_LoadClass0;
a61af66fc99e Initial load
duke
parents:
diff changeset
191 JVM_LoadLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
192 JVM_Lseek;
a61af66fc99e Initial load
duke
parents:
diff changeset
193 JVM_MaxObjectInspectionAge;
a61af66fc99e Initial load
duke
parents:
diff changeset
194 JVM_MaxMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
195 JVM_MonitorNotify;
a61af66fc99e Initial load
duke
parents:
diff changeset
196 JVM_MonitorNotifyAll;
a61af66fc99e Initial load
duke
parents:
diff changeset
197 JVM_MonitorWait;
a61af66fc99e Initial load
duke
parents:
diff changeset
198 JVM_NativePath;
a61af66fc99e Initial load
duke
parents:
diff changeset
199 JVM_NanoTime;
a61af66fc99e Initial load
duke
parents:
diff changeset
200 JVM_NewArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
201 JVM_NewInstanceFromConstructor;
a61af66fc99e Initial load
duke
parents:
diff changeset
202 JVM_NewMultiArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
203 JVM_OnExit;
a61af66fc99e Initial load
duke
parents:
diff changeset
204 JVM_Open;
a61af66fc99e Initial load
duke
parents:
diff changeset
205 JVM_PrintStackTrace;
a61af66fc99e Initial load
duke
parents:
diff changeset
206 JVM_RaiseSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
207 JVM_RawMonitorCreate;
a61af66fc99e Initial load
duke
parents:
diff changeset
208 JVM_RawMonitorDestroy;
a61af66fc99e Initial load
duke
parents:
diff changeset
209 JVM_RawMonitorEnter;
a61af66fc99e Initial load
duke
parents:
diff changeset
210 JVM_RawMonitorExit;
a61af66fc99e Initial load
duke
parents:
diff changeset
211 JVM_Read;
a61af66fc99e Initial load
duke
parents:
diff changeset
212 JVM_Recv;
a61af66fc99e Initial load
duke
parents:
diff changeset
213 JVM_RecvFrom;
a61af66fc99e Initial load
duke
parents:
diff changeset
214 JVM_RegisterSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
215 JVM_ReleaseUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
216 JVM_ResolveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
217 JVM_ResumeThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
218 JVM_Send;
a61af66fc99e Initial load
duke
parents:
diff changeset
219 JVM_SendTo;
a61af66fc99e Initial load
duke
parents:
diff changeset
220 JVM_SetArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
221 JVM_SetClassSigners;
a61af66fc99e Initial load
duke
parents:
diff changeset
222 JVM_SetLength;
a61af66fc99e Initial load
duke
parents:
diff changeset
223 JVM_SetPrimitiveArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
224 JVM_SetProtectionDomain;
a61af66fc99e Initial load
duke
parents:
diff changeset
225 JVM_SetSockOpt;
a61af66fc99e Initial load
duke
parents:
diff changeset
226 JVM_SetThreadPriority;
a61af66fc99e Initial load
duke
parents:
diff changeset
227 JVM_Sleep;
a61af66fc99e Initial load
duke
parents:
diff changeset
228 JVM_Socket;
a61af66fc99e Initial load
duke
parents:
diff changeset
229 JVM_SocketAvailable;
a61af66fc99e Initial load
duke
parents:
diff changeset
230 JVM_SocketClose;
a61af66fc99e Initial load
duke
parents:
diff changeset
231 JVM_SocketShutdown;
a61af66fc99e Initial load
duke
parents:
diff changeset
232 JVM_StartThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
233 JVM_StopThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
234 JVM_SuspendThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
235 JVM_SupportsCX8;
a61af66fc99e Initial load
duke
parents:
diff changeset
236 JVM_Sync;
a61af66fc99e Initial load
duke
parents:
diff changeset
237 JVM_Timeout;
a61af66fc99e Initial load
duke
parents:
diff changeset
238 JVM_TotalMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
239 JVM_TraceInstructions;
a61af66fc99e Initial load
duke
parents:
diff changeset
240 JVM_TraceMethodCalls;
a61af66fc99e Initial load
duke
parents:
diff changeset
241 JVM_UnloadLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
242 JVM_Write;
a61af66fc99e Initial load
duke
parents:
diff changeset
243 JVM_Yield;
a61af66fc99e Initial load
duke
parents:
diff changeset
244 JVM_handle_solaris_signal;
a61af66fc99e Initial load
duke
parents:
diff changeset
245
a61af66fc99e Initial load
duke
parents:
diff changeset
246 # miscellaneous functions
a61af66fc99e Initial load
duke
parents:
diff changeset
247 jio_fprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
248 jio_printf;
a61af66fc99e Initial load
duke
parents:
diff changeset
249 jio_snprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
250 jio_vfprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
251 jio_vsnprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
252
a61af66fc99e Initial load
duke
parents:
diff changeset
253 # Needed because there is no JVM interface for this.
a61af66fc99e Initial load
duke
parents:
diff changeset
254 sysThreadAvailableStackWithSlack;
a61af66fc99e Initial load
duke
parents:
diff changeset
255
a61af66fc99e Initial load
duke
parents:
diff changeset
256 # This is for Forte Analyzer profiling support.
a61af66fc99e Initial load
duke
parents:
diff changeset
257 AsyncGetCallTrace;
a61af66fc99e Initial load
duke
parents:
diff changeset
258 local:
a61af66fc99e Initial load
duke
parents:
diff changeset
259 *;
a61af66fc99e Initial load
duke
parents:
diff changeset
260 };