comparison make/bsd/makefiles/mapfile-vers-debug @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 53a0a0b8c234
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18 # 18 #
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 # or visit www.oracle.com if you need additional information or have any 20 # or visit www.oracle.com if you need additional information or have any
21 # questions. 21 # questions.
22 # 22 #
23 # 23 #
24 # Only used for OSX/Darwin builds
24 25
25 # Define public interface. 26 # Define public interface.
26 27 # _JNI
27 SUNWprivate_1.1 { 28 _JNI_CreateJavaVM
28 global: 29 _JNI_GetCreatedJavaVMs
29 # JNI 30 _JNI_GetDefaultJavaVMInitArgs
30 JNI_CreateJavaVM; 31
31 JNI_GetCreatedJavaVMs; 32 # _JVM
32 JNI_GetDefaultJavaVMInitArgs; 33 _JVM_Accept
33 34 _JVM_ActiveProcessorCount
34 # JVM 35 _JVM_AllocateNewArray
35 JVM_Accept; 36 _JVM_AllocateNewObject
36 JVM_ActiveProcessorCount; 37 _JVM_ArrayCopy
37 JVM_AllocateNewArray; 38 _JVM_AssertionStatusDirectives
38 JVM_AllocateNewObject; 39 _JVM_Available
39 JVM_ArrayCopy; 40 _JVM_Bind
40 JVM_AssertionStatusDirectives; 41 _JVM_ClassDepth
41 JVM_Available; 42 _JVM_ClassLoaderDepth
42 JVM_Bind; 43 _JVM_Clone
43 JVM_ClassDepth; 44 _JVM_Close
44 JVM_ClassLoaderDepth; 45 _JVM_CX8Field
45 JVM_Clone; 46 _JVM_CompileClass
46 JVM_Close; 47 _JVM_CompileClasses
47 JVM_CX8Field; 48 _JVM_CompilerCommand
48 JVM_CompileClass; 49 _JVM_Connect
49 JVM_CompileClasses; 50 _JVM_ConstantPoolGetClassAt
50 JVM_CompilerCommand; 51 _JVM_ConstantPoolGetClassAtIfLoaded
51 JVM_Connect; 52 _JVM_ConstantPoolGetDoubleAt
52 JVM_ConstantPoolGetClassAt; 53 _JVM_ConstantPoolGetFieldAt
53 JVM_ConstantPoolGetClassAtIfLoaded; 54 _JVM_ConstantPoolGetFieldAtIfLoaded
54 JVM_ConstantPoolGetDoubleAt; 55 _JVM_ConstantPoolGetFloatAt
55 JVM_ConstantPoolGetFieldAt; 56 _JVM_ConstantPoolGetIntAt
56 JVM_ConstantPoolGetFieldAtIfLoaded; 57 _JVM_ConstantPoolGetLongAt
57 JVM_ConstantPoolGetFloatAt; 58 _JVM_ConstantPoolGetMethodAt
58 JVM_ConstantPoolGetIntAt; 59 _JVM_ConstantPoolGetMethodAtIfLoaded
59 JVM_ConstantPoolGetLongAt; 60 _JVM_ConstantPoolGetMemberRefInfoAt
60 JVM_ConstantPoolGetMethodAt; 61 _JVM_ConstantPoolGetSize
61 JVM_ConstantPoolGetMethodAtIfLoaded; 62 _JVM_ConstantPoolGetStringAt
62 JVM_ConstantPoolGetMemberRefInfoAt; 63 _JVM_ConstantPoolGetUTF8At
63 JVM_ConstantPoolGetSize; 64 _JVM_CountStackFrames
64 JVM_ConstantPoolGetStringAt; 65 _JVM_CurrentClassLoader
65 JVM_ConstantPoolGetUTF8At; 66 _JVM_CurrentLoadedClass
66 JVM_CountStackFrames; 67 _JVM_CurrentThread
67 JVM_CurrentClassLoader; 68 _JVM_CurrentTimeMillis
68 JVM_CurrentLoadedClass; 69 _JVM_DefineClass
69 JVM_CurrentThread; 70 _JVM_DefineClassWithSource
70 JVM_CurrentTimeMillis; 71 _JVM_DefineClassWithSourceCond
71 JVM_DefineClass; 72 _JVM_DesiredAssertionStatus
72 JVM_DefineClassWithSource; 73 _JVM_DisableCompiler
73 JVM_DefineClassWithSourceCond; 74 _JVM_DoPrivileged
74 JVM_DesiredAssertionStatus; 75 _JVM_DTraceGetVersion
75 JVM_DisableCompiler; 76 _JVM_DTraceActivate
76 JVM_DoPrivileged; 77 _JVM_DTraceIsProbeEnabled
77 JVM_DTraceGetVersion; 78 _JVM_DTraceIsSupported
78 JVM_DTraceActivate; 79 _JVM_DTraceDispose
79 JVM_DTraceIsProbeEnabled; 80 _JVM_DumpAllStacks
80 JVM_DTraceIsSupported; 81 _JVM_DumpThreads
81 JVM_DTraceDispose; 82 _JVM_EnableCompiler
82 JVM_DumpAllStacks; 83 _JVM_Exit
83 JVM_DumpThreads; 84 _JVM_FillInStackTrace
84 JVM_EnableCompiler; 85 _JVM_FindClassFromClass
85 JVM_Exit; 86 _JVM_FindClassFromClassLoader
86 JVM_FillInStackTrace; 87 _JVM_FindClassFromBootLoader
87 JVM_FindClassFromClass; 88 _JVM_FindLibraryEntry
88 JVM_FindClassFromClassLoader; 89 _JVM_FindLoadedClass
89 JVM_FindClassFromBootLoader; 90 _JVM_FindPrimitiveClass
90 JVM_FindLibraryEntry; 91 _JVM_FindSignal
91 JVM_FindLoadedClass; 92 _JVM_FreeMemory
92 JVM_FindPrimitiveClass; 93 _JVM_GC
93 JVM_FindSignal; 94 _JVM_GetAllThreads
94 JVM_FreeMemory; 95 _JVM_GetArrayElement
95 JVM_GC; 96 _JVM_GetArrayLength
96 JVM_GetAllThreads; 97 _JVM_GetCPClassNameUTF
97 JVM_GetArrayElement; 98 _JVM_GetCPFieldClassNameUTF
98 JVM_GetArrayLength; 99 _JVM_GetCPFieldModifiers
99 JVM_GetCPClassNameUTF; 100 _JVM_GetCPFieldNameUTF
100 JVM_GetCPFieldClassNameUTF; 101 _JVM_GetCPFieldSignatureUTF
101 JVM_GetCPFieldModifiers; 102 _JVM_GetCPMethodClassNameUTF
102 JVM_GetCPFieldNameUTF; 103 _JVM_GetCPMethodModifiers
103 JVM_GetCPFieldSignatureUTF; 104 _JVM_GetCPMethodNameUTF
104 JVM_GetCPMethodClassNameUTF; 105 _JVM_GetCPMethodSignatureUTF
105 JVM_GetCPMethodModifiers; 106 _JVM_GetCallerClass
106 JVM_GetCPMethodNameUTF; 107 _JVM_GetClassAccessFlags
107 JVM_GetCPMethodSignatureUTF; 108 _JVM_GetClassAnnotations
108 JVM_GetCallerClass; 109 _JVM_GetClassCPEntriesCount
109 JVM_GetClassAccessFlags; 110 _JVM_GetClassCPTypes
110 JVM_GetClassAnnotations; 111 _JVM_GetClassConstantPool
111 JVM_GetClassCPEntriesCount; 112 _JVM_GetClassContext
112 JVM_GetClassCPTypes; 113 _JVM_GetClassDeclaredConstructors
113 JVM_GetClassConstantPool; 114 _JVM_GetClassDeclaredFields
114 JVM_GetClassContext; 115 _JVM_GetClassDeclaredMethods
115 JVM_GetClassDeclaredConstructors; 116 _JVM_GetClassFieldsCount
116 JVM_GetClassDeclaredFields; 117 _JVM_GetClassInterfaces
117 JVM_GetClassDeclaredMethods; 118 _JVM_GetClassLoader
118 JVM_GetClassFieldsCount; 119 _JVM_GetClassMethodsCount
119 JVM_GetClassInterfaces; 120 _JVM_GetClassModifiers
120 JVM_GetClassLoader; 121 _JVM_GetClassName
121 JVM_GetClassMethodsCount; 122 _JVM_GetClassNameUTF
122 JVM_GetClassModifiers; 123 _JVM_GetClassSignature
123 JVM_GetClassName; 124 _JVM_GetClassSigners
124 JVM_GetClassNameUTF; 125 _JVM_GetClassTypeAnnotations
125 JVM_GetClassSignature; 126 _JVM_GetComponentType
126 JVM_GetClassSigners; 127 _JVM_GetDeclaredClasses
127 JVM_GetClassTypeAnnotations; 128 _JVM_GetDeclaringClass
128 JVM_GetComponentType; 129 _JVM_GetEnclosingMethodInfo
129 JVM_GetDeclaredClasses; 130 _JVM_GetFieldAnnotations
130 JVM_GetDeclaringClass; 131 _JVM_GetFieldIxModifiers
131 JVM_GetEnclosingMethodInfo; 132 _JVM_GetFieldTypeAnnotations
132 JVM_GetFieldAnnotations; 133 _JVM_GetHostName
133 JVM_GetFieldIxModifiers; 134 _JVM_GetInheritedAccessControlContext
134 JVM_GetFieldTypeAnnotations; 135 _JVM_GetInterfaceVersion
135 JVM_GetHostName; 136 _JVM_GetLastErrorString
136 JVM_GetInheritedAccessControlContext; 137 _JVM_GetManagement
137 JVM_GetInterfaceVersion; 138 _JVM_GetMethodAnnotations
138 JVM_GetLastErrorString; 139 _JVM_GetMethodDefaultAnnotationValue
139 JVM_GetManagement; 140 _JVM_GetMethodIxArgsSize
140 JVM_GetMethodAnnotations; 141 _JVM_GetMethodIxByteCode
141 JVM_GetMethodDefaultAnnotationValue; 142 _JVM_GetMethodIxByteCodeLength
142 JVM_GetMethodIxArgsSize; 143 _JVM_GetMethodIxExceptionIndexes
143 JVM_GetMethodIxByteCode; 144 _JVM_GetMethodIxExceptionTableEntry
144 JVM_GetMethodIxByteCodeLength; 145 _JVM_GetMethodIxExceptionTableLength
145 JVM_GetMethodIxExceptionIndexes; 146 _JVM_GetMethodIxExceptionsCount
146 JVM_GetMethodIxExceptionTableEntry; 147 _JVM_GetMethodIxLocalsCount
147 JVM_GetMethodIxExceptionTableLength; 148 _JVM_GetMethodIxMaxStack
148 JVM_GetMethodIxExceptionsCount; 149 _JVM_GetMethodIxModifiers
149 JVM_GetMethodIxLocalsCount; 150 _JVM_GetMethodIxNameUTF
150 JVM_GetMethodIxMaxStack; 151 _JVM_GetMethodIxSignatureUTF
151 JVM_GetMethodIxModifiers; 152 _JVM_GetMethodParameterAnnotations
152 JVM_GetMethodIxNameUTF; 153 _JVM_GetMethodParameters
153 JVM_GetMethodIxSignatureUTF; 154 _JVM_GetMethodTypeAnnotations
154 JVM_GetMethodParameterAnnotations; 155 _JVM_GetPrimitiveArrayElement
155 JVM_GetMethodParameters; 156 _JVM_GetProtectionDomain
156 JVM_GetMethodTypeAnnotations; 157 _JVM_GetSockName
157 JVM_GetPrimitiveArrayElement; 158 _JVM_GetSockOpt
158 JVM_GetProtectionDomain; 159 _JVM_GetStackAccessControlContext
159 JVM_GetSockName; 160 _JVM_GetStackTraceDepth
160 JVM_GetSockOpt; 161 _JVM_GetStackTraceElement
161 JVM_GetStackAccessControlContext; 162 _JVM_GetSystemPackage
162 JVM_GetStackTraceDepth; 163 _JVM_GetSystemPackages
163 JVM_GetStackTraceElement; 164 _JVM_GetThreadStateNames
164 JVM_GetSystemPackage; 165 _JVM_GetThreadStateValues
165 JVM_GetSystemPackages; 166 _JVM_GetVersionInfo
166 JVM_GetThreadStateNames; 167 _JVM_Halt
167 JVM_GetThreadStateValues; 168 _JVM_HoldsLock
168 JVM_GetVersionInfo; 169 _JVM_IHashCode
169 JVM_Halt; 170 _JVM_InitAgentProperties
170 JVM_HoldsLock; 171 _JVM_InitProperties
171 JVM_IHashCode; 172 _JVM_InitializeCompiler
172 JVM_InitAgentProperties; 173 _JVM_InitializeSocketLibrary
173 JVM_InitProperties; 174 _JVM_InternString
174 JVM_InitializeCompiler; 175 _JVM_Interrupt
175 JVM_InitializeSocketLibrary; 176 _JVM_InvokeMethod
176 JVM_InternString; 177 _JVM_IsArrayClass
177 JVM_Interrupt; 178 _JVM_IsConstructorIx
178 JVM_InvokeMethod; 179 _JVM_IsInterface
179 JVM_IsArrayClass; 180 _JVM_IsInterrupted
180 JVM_IsConstructorIx; 181 _JVM_IsNaN
181 JVM_IsInterface; 182 _JVM_IsPrimitiveClass
182 JVM_IsInterrupted; 183 _JVM_IsSameClassPackage
183 JVM_IsNaN; 184 _JVM_IsSilentCompiler
184 JVM_IsPrimitiveClass; 185 _JVM_IsSupportedJNIVersion
185 JVM_IsSameClassPackage; 186 _JVM_IsThreadAlive
186 JVM_IsSilentCompiler; 187 _JVM_IsVMGeneratedMethodIx
187 JVM_IsSupportedJNIVersion; 188 _JVM_LatestUserDefinedLoader
188 JVM_IsThreadAlive; 189 _JVM_Listen
189 JVM_IsVMGeneratedMethodIx; 190 _JVM_LoadClass0
190 JVM_LatestUserDefinedLoader; 191 _JVM_LoadLibrary
191 JVM_Listen; 192 _JVM_Lseek
192 JVM_LoadClass0; 193 _JVM_MaxObjectInspectionAge
193 JVM_LoadLibrary; 194 _JVM_MaxMemory
194 JVM_Lseek; 195 _JVM_MonitorNotify
195 JVM_MaxObjectInspectionAge; 196 _JVM_MonitorNotifyAll
196 JVM_MaxMemory; 197 _JVM_MonitorWait
197 JVM_MonitorNotify; 198 _JVM_NanoTime
198 JVM_MonitorNotifyAll; 199 _JVM_NativePath
199 JVM_MonitorWait; 200 _JVM_NewArray
200 JVM_NanoTime; 201 _JVM_NewInstanceFromConstructor
201 JVM_NativePath; 202 _JVM_NewMultiArray
202 JVM_NewArray; 203 _JVM_OnExit
203 JVM_NewInstanceFromConstructor; 204 _JVM_Open
204 JVM_NewMultiArray; 205 _JVM_RaiseSignal
205 JVM_OnExit; 206 _JVM_RawMonitorCreate
206 JVM_Open; 207 _JVM_RawMonitorDestroy
207 JVM_RaiseSignal; 208 _JVM_RawMonitorEnter
208 JVM_RawMonitorCreate; 209 _JVM_RawMonitorExit
209 JVM_RawMonitorDestroy; 210 _JVM_Read
210 JVM_RawMonitorEnter; 211 _JVM_Recv
211 JVM_RawMonitorExit; 212 _JVM_RecvFrom
212 JVM_Read; 213 _JVM_RegisterSignal
213 JVM_Recv; 214 _JVM_ReleaseUTF
214 JVM_RecvFrom; 215 _JVM_ResolveClass
215 JVM_RegisterSignal; 216 _JVM_ResumeThread
216 JVM_ReleaseUTF; 217 _JVM_Send
217 JVM_ResolveClass; 218 _JVM_SendTo
218 JVM_ResumeThread; 219 _JVM_SetArrayElement
219 JVM_Send; 220 _JVM_SetClassSigners
220 JVM_SendTo; 221 _JVM_SetLength
221 JVM_SetArrayElement; 222 _JVM_SetNativeThreadName
222 JVM_SetClassSigners; 223 _JVM_SetPrimitiveArrayElement
223 JVM_SetLength;
224 JVM_SetNativeThreadName;
225 JVM_SetPrimitiveArrayElement;
226 # Preserved so that Graal repo can link against a JDK7 libjava.so works 224 # Preserved so that Graal repo can link against a JDK7 libjava.so works
227 JVM_SetProtectionDomain; 225 _JVM_SetProtectionDomain
228 JVM_SetSockOpt; 226 _JVM_SetSockOpt
229 JVM_SetThreadPriority; 227 _JVM_SetThreadPriority
230 JVM_Sleep; 228 _JVM_Sleep
231 JVM_Socket; 229 _JVM_Socket
232 JVM_SocketAvailable; 230 _JVM_SocketAvailable
233 JVM_SocketClose; 231 _JVM_SocketClose
234 JVM_SocketShutdown; 232 _JVM_SocketShutdown
235 JVM_StartThread; 233 _JVM_StartThread
236 JVM_StopThread; 234 _JVM_StopThread
237 JVM_SuspendThread; 235 _JVM_SuspendThread
238 JVM_SupportsCX8; 236 _JVM_SupportsCX8
239 JVM_Sync; 237 _JVM_Sync
240 JVM_Timeout; 238 _JVM_Timeout
241 JVM_TotalMemory; 239 _JVM_TotalMemory
242 JVM_TraceInstructions; 240 _JVM_TraceInstructions
243 JVM_TraceMethodCalls; 241 _JVM_TraceMethodCalls
244 JVM_UnloadLibrary; 242 _JVM_UnloadLibrary
245 JVM_Write; 243 _JVM_Write
246 JVM_Yield; 244 _JVM_Yield
247 JVM_handle_linux_signal; 245 _JVM_handle_bsd_signal
246
247 # debug _JVM
248 _JVM_AccessVMBooleanFlag
249 _JVM_AccessVMIntFlag
250 _JVM_VMBreakPoint
248 251
249 # miscellaneous functions 252 # miscellaneous functions
250 jio_fprintf; 253 _jio_fprintf
251 jio_printf; 254 _jio_printf
252 jio_snprintf; 255 _jio_snprintf
253 jio_vfprintf; 256 _jio_vfprintf
254 jio_vsnprintf; 257 _jio_vsnprintf
255 fork1;
256 numa_warn;
257 numa_error;
258
259 # Needed because there is no JVM interface for this.
260 sysThreadAvailableStackWithSlack;
261 258
262 # This is for Forte Analyzer profiling support. 259 # This is for Forte Analyzer profiling support.
263 AsyncGetCallTrace; 260 _AsyncGetCallTrace
264 261
265 # INSERT VTABLE SYMBOLS HERE 262 # INSERT VTABLE SYMBOLS HERE
266 263
267 local:
268 *;
269 };
270