annotate make/linux/makefiles/mapfile-vers-debug @ 91:a294fd0c4b38

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