annotate make/bsd/makefiles/mapfile-vers-darwin-product @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 19682558f2e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14250
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
1 #
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
2 # Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
4 #
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
5 # This code is free software; you can redistribute it and/or modify it
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
6 # under the terms of the GNU General Public License version 2 only, as
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
7 # published by the Free Software Foundation.
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
8 #
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
9 # This code is distributed in the hope that it will be useful, but WITHOUT
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
12 # version 2 for more details (a copy is included in the LICENSE file that
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
13 # accompanied this code).
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
14 #
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
15 # You should have received a copy of the GNU General Public License version
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
16 # 2 along with this work; if not, write to the Free Software Foundation,
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
18 #
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
20 # or visit www.oracle.com if you need additional information or have any
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
21 # questions.
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
22 #
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
23 #
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
24 # Only used for OSX/Darwin builds
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
25
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
26 # Define public interface.
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
27 # _JNI
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
28 _JNI_CreateJavaVM
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
29 _JNI_GetCreatedJavaVMs
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
30 _JNI_GetDefaultJavaVMInitArgs
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
31
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
32 # _JVM
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
33 _JVM_Accept
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
34 _JVM_ActiveProcessorCount
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
35 _JVM_AllocateNewArray
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
36 _JVM_AllocateNewObject
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
37 _JVM_ArrayCopy
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
38 _JVM_AssertionStatusDirectives
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
39 _JVM_Available
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
40 _JVM_Bind
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
41 _JVM_ClassDepth
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
42 _JVM_ClassLoaderDepth
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
43 _JVM_Clone
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
44 _JVM_Close
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
45 _JVM_CX8Field
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
46 _JVM_CompileClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
47 _JVM_CompileClasses
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
48 _JVM_CompilerCommand
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
49 _JVM_Connect
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
50 _JVM_ConstantPoolGetClassAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
51 _JVM_ConstantPoolGetClassAtIfLoaded
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
52 _JVM_ConstantPoolGetDoubleAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
53 _JVM_ConstantPoolGetFieldAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
54 _JVM_ConstantPoolGetFieldAtIfLoaded
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
55 _JVM_ConstantPoolGetFloatAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
56 _JVM_ConstantPoolGetIntAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
57 _JVM_ConstantPoolGetLongAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
58 _JVM_ConstantPoolGetMethodAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
59 _JVM_ConstantPoolGetMethodAtIfLoaded
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
60 _JVM_ConstantPoolGetMemberRefInfoAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
61 _JVM_ConstantPoolGetSize
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
62 _JVM_ConstantPoolGetStringAt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
63 _JVM_ConstantPoolGetUTF8At
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
64 _JVM_CountStackFrames
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
65 _JVM_CurrentClassLoader
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
66 _JVM_CurrentLoadedClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
67 _JVM_CurrentThread
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
68 _JVM_CurrentTimeMillis
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
69 _JVM_DefineClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
70 _JVM_DefineClassWithSource
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
71 _JVM_DefineClassWithSourceCond
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
72 _JVM_DesiredAssertionStatus
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
73 _JVM_DisableCompiler
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
74 _JVM_DoPrivileged
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
75 _JVM_DTraceGetVersion
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
76 _JVM_DTraceActivate
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
77 _JVM_DTraceIsProbeEnabled
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
78 _JVM_DTraceIsSupported
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
79 _JVM_DTraceDispose
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
80 _JVM_DumpAllStacks
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
81 _JVM_DumpThreads
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
82 _JVM_EnableCompiler
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
83 _JVM_Exit
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
84 _JVM_FillInStackTrace
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
85 _JVM_FindClassFromClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
86 _JVM_FindClassFromClassLoader
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
87 _JVM_FindClassFromBootLoader
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
88 _JVM_FindLibraryEntry
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
89 _JVM_FindLoadedClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
90 _JVM_FindPrimitiveClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
91 _JVM_FindSignal
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
92 _JVM_FreeMemory
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
93 _JVM_GC
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
94 _JVM_GetAllThreads
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
95 _JVM_GetArrayElement
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
96 _JVM_GetArrayLength
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
97 _JVM_GetCPClassNameUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
98 _JVM_GetCPFieldClassNameUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
99 _JVM_GetCPFieldModifiers
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
100 _JVM_GetCPFieldNameUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
101 _JVM_GetCPFieldSignatureUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
102 _JVM_GetCPMethodClassNameUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
103 _JVM_GetCPMethodModifiers
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
104 _JVM_GetCPMethodNameUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
105 _JVM_GetCPMethodSignatureUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
106 _JVM_GetCallerClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
107 _JVM_GetClassAccessFlags
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
108 _JVM_GetClassAnnotations
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
109 _JVM_GetClassCPEntriesCount
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
110 _JVM_GetClassCPTypes
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
111 _JVM_GetClassConstantPool
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
112 _JVM_GetClassContext
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
113 _JVM_GetClassDeclaredConstructors
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
114 _JVM_GetClassDeclaredFields
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
115 _JVM_GetClassDeclaredMethods
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
116 _JVM_GetClassFieldsCount
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
117 _JVM_GetClassInterfaces
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
118 _JVM_GetClassLoader
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
119 _JVM_GetClassMethodsCount
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
120 _JVM_GetClassModifiers
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
121 _JVM_GetClassName
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
122 _JVM_GetClassNameUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
123 _JVM_GetClassSignature
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
124 _JVM_GetClassSigners
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
125 _JVM_GetClassTypeAnnotations
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
126 _JVM_GetComponentType
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
127 _JVM_GetDeclaredClasses
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
128 _JVM_GetDeclaringClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
129 _JVM_GetEnclosingMethodInfo
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
130 _JVM_GetFieldAnnotations
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
131 _JVM_GetFieldIxModifiers
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
132 _JVM_GetFieldTypeAnnotations
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
133 _JVM_GetHostName
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
134 _JVM_GetInheritedAccessControlContext
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
135 _JVM_GetInterfaceVersion
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
136 _JVM_GetLastErrorString
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
137 _JVM_GetManagement
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
138 _JVM_GetMethodAnnotations
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
139 _JVM_GetMethodDefaultAnnotationValue
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
140 _JVM_GetMethodIxArgsSize
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
141 _JVM_GetMethodIxByteCode
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
142 _JVM_GetMethodIxByteCodeLength
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
143 _JVM_GetMethodIxExceptionIndexes
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
144 _JVM_GetMethodIxExceptionTableEntry
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
145 _JVM_GetMethodIxExceptionTableLength
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
146 _JVM_GetMethodIxExceptionsCount
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
147 _JVM_GetMethodIxLocalsCount
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
148 _JVM_GetMethodIxMaxStack
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
149 _JVM_GetMethodIxModifiers
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
150 _JVM_GetMethodIxNameUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
151 _JVM_GetMethodIxSignatureUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
152 _JVM_GetMethodParameterAnnotations
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
153 _JVM_GetMethodParameters
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
154 _JVM_GetMethodTypeAnnotations
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
155 _JVM_GetPrimitiveArrayElement
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
156 _JVM_GetProtectionDomain
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
157 _JVM_GetSockName
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
158 _JVM_GetSockOpt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
159 _JVM_GetStackAccessControlContext
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
160 _JVM_GetStackTraceDepth
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
161 _JVM_GetStackTraceElement
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
162 _JVM_GetSystemPackage
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
163 _JVM_GetSystemPackages
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
164 _JVM_GetThreadStateNames
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
165 _JVM_GetThreadStateValues
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
166 _JVM_GetVersionInfo
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
167 _JVM_Halt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
168 _JVM_HoldsLock
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
169 _JVM_IHashCode
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
170 _JVM_InitAgentProperties
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
171 _JVM_InitProperties
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
172 _JVM_InitializeCompiler
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
173 _JVM_InitializeSocketLibrary
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
174 _JVM_InternString
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
175 _JVM_Interrupt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
176 _JVM_InvokeMethod
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
177 _JVM_IsArrayClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
178 _JVM_IsConstructorIx
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
179 _JVM_IsInterface
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
180 _JVM_IsInterrupted
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
181 _JVM_IsNaN
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
182 _JVM_IsPrimitiveClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
183 _JVM_IsSameClassPackage
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
184 _JVM_IsSilentCompiler
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
185 _JVM_IsSupportedJNIVersion
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
186 _JVM_IsThreadAlive
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
187 _JVM_IsVMGeneratedMethodIx
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
188 _JVM_LatestUserDefinedLoader
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
189 _JVM_Listen
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
190 _JVM_LoadClass0
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
191 _JVM_LoadLibrary
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
192 _JVM_Lseek
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
193 _JVM_MaxObjectInspectionAge
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
194 _JVM_MaxMemory
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
195 _JVM_MonitorNotify
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
196 _JVM_MonitorNotifyAll
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
197 _JVM_MonitorWait
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
198 _JVM_NanoTime
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
199 _JVM_NativePath
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
200 _JVM_NewArray
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
201 _JVM_NewInstanceFromConstructor
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
202 _JVM_NewMultiArray
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
203 _JVM_OnExit
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
204 _JVM_Open
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
205 _JVM_RaiseSignal
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
206 _JVM_RawMonitorCreate
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
207 _JVM_RawMonitorDestroy
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
208 _JVM_RawMonitorEnter
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
209 _JVM_RawMonitorExit
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
210 _JVM_Read
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
211 _JVM_Recv
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
212 _JVM_RecvFrom
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
213 _JVM_RegisterSignal
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
214 _JVM_ReleaseUTF
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
215 _JVM_ResolveClass
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
216 _JVM_ResumeThread
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
217 _JVM_Send
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
218 _JVM_SendTo
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
219 _JVM_SetArrayElement
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
220 _JVM_SetClassSigners
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
221 _JVM_SetLength
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
222 _JVM_SetNativeThreadName
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
223 _JVM_SetPrimitiveArrayElement
14518
d8041d695d19 Merged with jdk9/dev/hotspot changeset 3812c088b945
twisti
parents: 14250
diff changeset
224 # Preserved so that Graal repo can link against a JDK7 libjava.so works
d8041d695d19 Merged with jdk9/dev/hotspot changeset 3812c088b945
twisti
parents: 14250
diff changeset
225 _JVM_SetProtectionDomain
14250
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
226 _JVM_SetSockOpt
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
227 _JVM_SetThreadPriority
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
228 _JVM_Sleep
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
229 _JVM_Socket
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
230 _JVM_SocketAvailable
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
231 _JVM_SocketClose
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
232 _JVM_SocketShutdown
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
233 _JVM_StartThread
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
234 _JVM_StopThread
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
235 _JVM_SuspendThread
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
236 _JVM_SupportsCX8
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
237 _JVM_Sync
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
238 _JVM_Timeout
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
239 _JVM_TotalMemory
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
240 _JVM_TraceInstructions
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
241 _JVM_TraceMethodCalls
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
242 _JVM_UnloadLibrary
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
243 _JVM_Write
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
244 _JVM_Yield
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
245 _JVM_handle_bsd_signal
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
246
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
247 # miscellaneous functions
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
248 _jio_fprintf
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
249 _jio_printf
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
250 _jio_snprintf
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
251 _jio_vfprintf
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
252 _jio_vsnprintf
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
253
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
254 # This is for Forte Analyzer profiling support.
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
255 _AsyncGetCallTrace
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
256
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
257 # INSERT VTABLE SYMBOLS HERE
19682558f2e1 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
258