annotate make/linux/makefiles/mapfile-vers-debug @ 17716:cdb71841f4bc

6498581: ThreadInterruptTest3 produces wrong output on Windows Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set. Reviewed-by: acorn, kvn Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
author minqi
date Wed, 26 Feb 2014 15:20:41 -0800
parents ba9dacff9c9d
children e636d62005c3 0f2de9d724a9 a103c376459a 21444610cb92
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 #
7624
b14da2e6f2dc 7174978: NPG: Fix bactrace builder for class redefinition
coleenp
parents: 7462
diff changeset
2 # Copyright (c) 2002, 2013, 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: 1294
diff changeset
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1294
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: 1294
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: 142
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;
7457
35431a769282 8004823: Add VM support for type annotation reflection
stefank
parents: 4086
diff changeset
127 JVM_GetClassTypeAnnotations;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
128 JVM_GetComponentType;
a61af66fc99e Initial load
duke
parents:
diff changeset
129 JVM_GetDeclaredClasses;
a61af66fc99e Initial load
duke
parents:
diff changeset
130 JVM_GetDeclaringClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
131 JVM_GetEnclosingMethodInfo;
a61af66fc99e Initial load
duke
parents:
diff changeset
132 JVM_GetFieldAnnotations;
a61af66fc99e Initial load
duke
parents:
diff changeset
133 JVM_GetFieldIxModifiers;
8818
1916ca1dec2f 8009382: Add JVM_Get{Field|Method}TypeAnnotations
rbackman
parents: 7958
diff changeset
134 JVM_GetFieldTypeAnnotations;
0
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;
7462
ade95d680b42 8004728: Add hotspot support for parameter reflection
coleenp
parents: 7457
diff changeset
155 JVM_GetMethodParameters;
8818
1916ca1dec2f 8009382: Add JVM_Get{Field|Method}TypeAnnotations
rbackman
parents: 7958
diff changeset
156 JVM_GetMethodTypeAnnotations;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
157 JVM_GetPrimitiveArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
158 JVM_GetProtectionDomain;
a61af66fc99e Initial load
duke
parents:
diff changeset
159 JVM_GetSockName;
a61af66fc99e Initial load
duke
parents:
diff changeset
160 JVM_GetSockOpt;
a61af66fc99e Initial load
duke
parents:
diff changeset
161 JVM_GetStackAccessControlContext;
a61af66fc99e Initial load
duke
parents:
diff changeset
162 JVM_GetStackTraceDepth;
a61af66fc99e Initial load
duke
parents:
diff changeset
163 JVM_GetStackTraceElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
164 JVM_GetSystemPackage;
a61af66fc99e Initial load
duke
parents:
diff changeset
165 JVM_GetSystemPackages;
a61af66fc99e Initial load
duke
parents:
diff changeset
166 JVM_GetThreadStateNames;
a61af66fc99e Initial load
duke
parents:
diff changeset
167 JVM_GetThreadStateValues;
a61af66fc99e Initial load
duke
parents:
diff changeset
168 JVM_GetVersionInfo;
a61af66fc99e Initial load
duke
parents:
diff changeset
169 JVM_Halt;
a61af66fc99e Initial load
duke
parents:
diff changeset
170 JVM_HoldsLock;
a61af66fc99e Initial load
duke
parents:
diff changeset
171 JVM_IHashCode;
a61af66fc99e Initial load
duke
parents:
diff changeset
172 JVM_InitAgentProperties;
a61af66fc99e Initial load
duke
parents:
diff changeset
173 JVM_InitProperties;
a61af66fc99e Initial load
duke
parents:
diff changeset
174 JVM_InitializeCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
175 JVM_InitializeSocketLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
176 JVM_InternString;
a61af66fc99e Initial load
duke
parents:
diff changeset
177 JVM_Interrupt;
a61af66fc99e Initial load
duke
parents:
diff changeset
178 JVM_InvokeMethod;
a61af66fc99e Initial load
duke
parents:
diff changeset
179 JVM_IsArrayClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
180 JVM_IsConstructorIx;
a61af66fc99e Initial load
duke
parents:
diff changeset
181 JVM_IsInterface;
a61af66fc99e Initial load
duke
parents:
diff changeset
182 JVM_IsInterrupted;
a61af66fc99e Initial load
duke
parents:
diff changeset
183 JVM_IsNaN;
a61af66fc99e Initial load
duke
parents:
diff changeset
184 JVM_IsPrimitiveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
185 JVM_IsSameClassPackage;
a61af66fc99e Initial load
duke
parents:
diff changeset
186 JVM_IsSilentCompiler;
a61af66fc99e Initial load
duke
parents:
diff changeset
187 JVM_IsSupportedJNIVersion;
a61af66fc99e Initial load
duke
parents:
diff changeset
188 JVM_IsThreadAlive;
7958
815957d0203e 8004967: Default method cause VerifyError: Illegal use of nonvirtual
acorn
parents: 7624
diff changeset
189 JVM_IsVMGeneratedMethodIx;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
190 JVM_LatestUserDefinedLoader;
a61af66fc99e Initial load
duke
parents:
diff changeset
191 JVM_Listen;
a61af66fc99e Initial load
duke
parents:
diff changeset
192 JVM_LoadClass0;
a61af66fc99e Initial load
duke
parents:
diff changeset
193 JVM_LoadLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
194 JVM_Lseek;
a61af66fc99e Initial load
duke
parents:
diff changeset
195 JVM_MaxObjectInspectionAge;
a61af66fc99e Initial load
duke
parents:
diff changeset
196 JVM_MaxMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
197 JVM_MonitorNotify;
a61af66fc99e Initial load
duke
parents:
diff changeset
198 JVM_MonitorNotifyAll;
a61af66fc99e Initial load
duke
parents:
diff changeset
199 JVM_MonitorWait;
a61af66fc99e Initial load
duke
parents:
diff changeset
200 JVM_NanoTime;
a61af66fc99e Initial load
duke
parents:
diff changeset
201 JVM_NativePath;
a61af66fc99e Initial load
duke
parents:
diff changeset
202 JVM_NewArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
203 JVM_NewInstanceFromConstructor;
a61af66fc99e Initial load
duke
parents:
diff changeset
204 JVM_NewMultiArray;
a61af66fc99e Initial load
duke
parents:
diff changeset
205 JVM_OnExit;
a61af66fc99e Initial load
duke
parents:
diff changeset
206 JVM_Open;
a61af66fc99e Initial load
duke
parents:
diff changeset
207 JVM_RaiseSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
208 JVM_RawMonitorCreate;
a61af66fc99e Initial load
duke
parents:
diff changeset
209 JVM_RawMonitorDestroy;
a61af66fc99e Initial load
duke
parents:
diff changeset
210 JVM_RawMonitorEnter;
a61af66fc99e Initial load
duke
parents:
diff changeset
211 JVM_RawMonitorExit;
a61af66fc99e Initial load
duke
parents:
diff changeset
212 JVM_Read;
a61af66fc99e Initial load
duke
parents:
diff changeset
213 JVM_Recv;
a61af66fc99e Initial load
duke
parents:
diff changeset
214 JVM_RecvFrom;
a61af66fc99e Initial load
duke
parents:
diff changeset
215 JVM_RegisterSignal;
a61af66fc99e Initial load
duke
parents:
diff changeset
216 JVM_ReleaseUTF;
a61af66fc99e Initial load
duke
parents:
diff changeset
217 JVM_ResolveClass;
a61af66fc99e Initial load
duke
parents:
diff changeset
218 JVM_ResumeThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
219 JVM_Send;
a61af66fc99e Initial load
duke
parents:
diff changeset
220 JVM_SendTo;
a61af66fc99e Initial load
duke
parents:
diff changeset
221 JVM_SetArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
222 JVM_SetClassSigners;
a61af66fc99e Initial load
duke
parents:
diff changeset
223 JVM_SetLength;
4086
242b4e0e6f73 7116189: Export JVM_SetNativeThreadName from Hotspot
phh
parents: 3895
diff changeset
224 JVM_SetNativeThreadName;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
225 JVM_SetPrimitiveArrayElement;
a61af66fc99e Initial load
duke
parents:
diff changeset
226 JVM_SetSockOpt;
a61af66fc99e Initial load
duke
parents:
diff changeset
227 JVM_SetThreadPriority;
a61af66fc99e Initial load
duke
parents:
diff changeset
228 JVM_Sleep;
a61af66fc99e Initial load
duke
parents:
diff changeset
229 JVM_Socket;
a61af66fc99e Initial load
duke
parents:
diff changeset
230 JVM_SocketAvailable;
a61af66fc99e Initial load
duke
parents:
diff changeset
231 JVM_SocketClose;
a61af66fc99e Initial load
duke
parents:
diff changeset
232 JVM_SocketShutdown;
a61af66fc99e Initial load
duke
parents:
diff changeset
233 JVM_StartThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
234 JVM_StopThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
235 JVM_SuspendThread;
a61af66fc99e Initial load
duke
parents:
diff changeset
236 JVM_SupportsCX8;
a61af66fc99e Initial load
duke
parents:
diff changeset
237 JVM_Sync;
a61af66fc99e Initial load
duke
parents:
diff changeset
238 JVM_Timeout;
a61af66fc99e Initial load
duke
parents:
diff changeset
239 JVM_TotalMemory;
a61af66fc99e Initial load
duke
parents:
diff changeset
240 JVM_TraceInstructions;
a61af66fc99e Initial load
duke
parents:
diff changeset
241 JVM_TraceMethodCalls;
a61af66fc99e Initial load
duke
parents:
diff changeset
242 JVM_UnloadLibrary;
a61af66fc99e Initial load
duke
parents:
diff changeset
243 JVM_Write;
a61af66fc99e Initial load
duke
parents:
diff changeset
244 JVM_Yield;
a61af66fc99e Initial load
duke
parents:
diff changeset
245 JVM_handle_linux_signal;
a61af66fc99e Initial load
duke
parents:
diff changeset
246
a61af66fc99e Initial load
duke
parents:
diff changeset
247 # debug JVM
a61af66fc99e Initial load
duke
parents:
diff changeset
248 JVM_AccessVMBooleanFlag;
a61af66fc99e Initial load
duke
parents:
diff changeset
249 JVM_AccessVMIntFlag;
a61af66fc99e Initial load
duke
parents:
diff changeset
250 JVM_VMBreakPoint;
a61af66fc99e Initial load
duke
parents:
diff changeset
251
a61af66fc99e Initial load
duke
parents:
diff changeset
252 # miscellaneous functions
a61af66fc99e Initial load
duke
parents:
diff changeset
253 jio_fprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
254 jio_printf;
a61af66fc99e Initial load
duke
parents:
diff changeset
255 jio_snprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
256 jio_vfprintf;
a61af66fc99e Initial load
duke
parents:
diff changeset
257 jio_vsnprintf;
141
fcbfc50865ab 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 0
diff changeset
258 fork1;
fcbfc50865ab 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 0
diff changeset
259 numa_warn;
fcbfc50865ab 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 0
diff changeset
260 numa_error;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
261
a61af66fc99e Initial load
duke
parents:
diff changeset
262 # Needed because there is no JVM interface for this.
a61af66fc99e Initial load
duke
parents:
diff changeset
263 sysThreadAvailableStackWithSlack;
a61af66fc99e Initial load
duke
parents:
diff changeset
264
a61af66fc99e Initial load
duke
parents:
diff changeset
265 # This is for Forte Analyzer profiling support.
a61af66fc99e Initial load
duke
parents:
diff changeset
266 AsyncGetCallTrace;
1294
7de45b5044c3 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 973
diff changeset
267
7de45b5044c3 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 973
diff changeset
268 # INSERT VTABLE SYMBOLS HERE
7de45b5044c3 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 973
diff changeset
269
0
a61af66fc99e Initial load
duke
parents:
diff changeset
270 local:
a61af66fc99e Initial load
duke
parents:
diff changeset
271 *;
a61af66fc99e Initial load
duke
parents:
diff changeset
272 };
a61af66fc99e Initial load
duke
parents:
diff changeset
273