author | dfuchs |
Wed, 28 Jan 2015 17:52:48 +0100 | |
changeset 28737 | ca4b6a6e5cc8 |
parent 28168 | b9139c952329 |
child 28947 | 2ea471384931 |
permissions | -rw-r--r-- |
10565 | 1 |
# |
28737
ca4b6a6e5cc8
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
dfuchs
parents:
28168
diff
changeset
|
2 |
# Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved. |
10565 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. |
|
8 |
# |
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
# accompanied this code). |
|
14 |
# |
|
15 |
# You should have received a copy of the GNU General Public License version |
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
# |
|
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 |
|
21 |
# questions. |
|
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
22 |
# |
10565 | 23 |
# |
24 |
||
25 |
# Define public interface. |
|
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
26 |
|
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
27 |
SUNWprivate_1.1 { |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
28 |
global: |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
29 |
# JNI |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
30 |
JNI_CreateJavaVM; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
31 |
JNI_GetCreatedJavaVMs; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
32 |
JNI_GetDefaultJavaVMInitArgs; |
10565 | 33 |
|
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
34 |
# JVM |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
35 |
JVM_ActiveProcessorCount; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
36 |
JVM_ArrayCopy; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
37 |
JVM_AssertionStatusDirectives; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
38 |
JVM_ClassDepth; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
39 |
JVM_ClassLoaderDepth; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
40 |
JVM_Clone; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
41 |
JVM_ConstantPoolGetClassAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
42 |
JVM_ConstantPoolGetClassAtIfLoaded; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
43 |
JVM_ConstantPoolGetDoubleAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
44 |
JVM_ConstantPoolGetFieldAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
45 |
JVM_ConstantPoolGetFieldAtIfLoaded; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
46 |
JVM_ConstantPoolGetFloatAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
47 |
JVM_ConstantPoolGetIntAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
48 |
JVM_ConstantPoolGetLongAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
49 |
JVM_ConstantPoolGetMethodAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
50 |
JVM_ConstantPoolGetMethodAtIfLoaded; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
51 |
JVM_ConstantPoolGetMemberRefInfoAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
52 |
JVM_ConstantPoolGetSize; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
53 |
JVM_ConstantPoolGetStringAt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
54 |
JVM_ConstantPoolGetUTF8At; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
55 |
JVM_CountStackFrames; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
56 |
JVM_CurrentClassLoader; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
57 |
JVM_CurrentLoadedClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
58 |
JVM_CurrentThread; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
59 |
JVM_CurrentTimeMillis; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
60 |
JVM_DefineClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
61 |
JVM_DefineClassWithSource; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
62 |
JVM_DefineClassWithSourceCond; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
63 |
JVM_DesiredAssertionStatus; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
64 |
JVM_DoPrivileged; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
65 |
JVM_DTraceGetVersion; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
66 |
JVM_DTraceActivate; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
67 |
JVM_DTraceIsProbeEnabled; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
68 |
JVM_DTraceIsSupported; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
69 |
JVM_DTraceDispose; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
70 |
JVM_DumpAllStacks; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
71 |
JVM_DumpThreads; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
72 |
JVM_FillInStackTrace; |
27021 | 73 |
JVM_FindClassFromCaller; |
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
74 |
JVM_FindClassFromClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
75 |
JVM_FindClassFromBootLoader; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
76 |
JVM_FindLibraryEntry; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
77 |
JVM_FindLoadedClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
78 |
JVM_FindPrimitiveClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
79 |
JVM_FindSignal; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
80 |
JVM_FreeMemory; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
81 |
JVM_GC; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
82 |
JVM_GetAllThreads; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
83 |
JVM_GetArrayElement; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
84 |
JVM_GetArrayLength; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
85 |
JVM_GetCPClassNameUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
86 |
JVM_GetCPFieldClassNameUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
87 |
JVM_GetCPFieldModifiers; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
88 |
JVM_GetCPFieldNameUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
89 |
JVM_GetCPFieldSignatureUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
90 |
JVM_GetCPMethodClassNameUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
91 |
JVM_GetCPMethodModifiers; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
92 |
JVM_GetCPMethodNameUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
93 |
JVM_GetCPMethodSignatureUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
94 |
JVM_GetCallerClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
95 |
JVM_GetClassAccessFlags; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
96 |
JVM_GetClassAnnotations; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
97 |
JVM_GetClassCPEntriesCount; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
98 |
JVM_GetClassCPTypes; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
99 |
JVM_GetClassConstantPool; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
100 |
JVM_GetClassContext; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
101 |
JVM_GetClassDeclaredConstructors; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
102 |
JVM_GetClassDeclaredFields; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
103 |
JVM_GetClassDeclaredMethods; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
104 |
JVM_GetClassFieldsCount; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
105 |
JVM_GetClassInterfaces; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
106 |
JVM_GetClassMethodsCount; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
107 |
JVM_GetClassModifiers; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
108 |
JVM_GetClassName; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
109 |
JVM_GetClassNameUTF; |
24242
73337a12595a
8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla
parents:
22494
diff
changeset
|
110 |
JVM_GetClassSignature; |
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
111 |
JVM_GetClassSigners; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
112 |
JVM_GetClassTypeAnnotations; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
113 |
JVM_GetDeclaredClasses; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
114 |
JVM_GetDeclaringClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
115 |
JVM_GetEnclosingMethodInfo; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
116 |
JVM_GetFieldIxModifiers; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
117 |
JVM_GetFieldTypeAnnotations; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
118 |
JVM_GetInheritedAccessControlContext; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
119 |
JVM_GetInterfaceVersion; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
120 |
JVM_GetManagement; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
121 |
JVM_GetMethodIxArgsSize; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
122 |
JVM_GetMethodIxByteCode; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
123 |
JVM_GetMethodIxByteCodeLength; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
124 |
JVM_GetMethodIxExceptionIndexes; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
125 |
JVM_GetMethodIxExceptionTableEntry; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
126 |
JVM_GetMethodIxExceptionTableLength; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
127 |
JVM_GetMethodIxExceptionsCount; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
128 |
JVM_GetMethodIxLocalsCount; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
129 |
JVM_GetMethodIxMaxStack; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
130 |
JVM_GetMethodIxModifiers; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
131 |
JVM_GetMethodIxNameUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
132 |
JVM_GetMethodIxSignatureUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
133 |
JVM_GetMethodParameters; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
134 |
JVM_GetMethodTypeAnnotations; |
28737
ca4b6a6e5cc8
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
dfuchs
parents:
28168
diff
changeset
|
135 |
JVM_GetNanoTimeAdjustment; |
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
136 |
JVM_GetPrimitiveArrayElement; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
137 |
JVM_GetProtectionDomain; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
138 |
JVM_GetStackAccessControlContext; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
139 |
JVM_GetStackTraceDepth; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
140 |
JVM_GetStackTraceElement; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
141 |
JVM_GetSystemPackage; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
142 |
JVM_GetSystemPackages; |
24242
73337a12595a
8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla
parents:
22494
diff
changeset
|
143 |
JVM_GetTemporaryDirectory; |
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
144 |
JVM_GetVersionInfo; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
145 |
JVM_Halt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
146 |
JVM_HoldsLock; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
147 |
JVM_IHashCode; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
148 |
JVM_InitAgentProperties; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
149 |
JVM_InitProperties; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
150 |
JVM_InternString; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
151 |
JVM_Interrupt; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
152 |
JVM_InvokeMethod; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
153 |
JVM_IsArrayClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
154 |
JVM_IsConstructorIx; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
155 |
JVM_IsInterface; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
156 |
JVM_IsInterrupted; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
157 |
JVM_IsPrimitiveClass; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
158 |
JVM_IsSameClassPackage; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
159 |
JVM_IsSupportedJNIVersion; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
160 |
JVM_IsThreadAlive; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
161 |
JVM_IsVMGeneratedMethodIx; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
162 |
JVM_LatestUserDefinedLoader; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
163 |
JVM_LoadLibrary; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
164 |
JVM_MaxObjectInspectionAge; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
165 |
JVM_MaxMemory; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
166 |
JVM_MonitorNotify; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
167 |
JVM_MonitorNotifyAll; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
168 |
JVM_MonitorWait; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
169 |
JVM_NanoTime; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
170 |
JVM_NativePath; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
171 |
JVM_NewArray; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
172 |
JVM_NewInstanceFromConstructor; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
173 |
JVM_NewMultiArray; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
174 |
JVM_RaiseSignal; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
175 |
JVM_RawMonitorCreate; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
176 |
JVM_RawMonitorDestroy; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
177 |
JVM_RawMonitorEnter; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
178 |
JVM_RawMonitorExit; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
179 |
JVM_RegisterSignal; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
180 |
JVM_ReleaseUTF; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
181 |
JVM_ResumeThread; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
182 |
JVM_SetArrayElement; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
183 |
JVM_SetClassSigners; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
184 |
JVM_SetNativeThreadName; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
185 |
JVM_SetPrimitiveArrayElement; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
186 |
JVM_SetThreadPriority; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
187 |
JVM_Sleep; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
188 |
JVM_StartThread; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
189 |
JVM_StopThread; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
190 |
JVM_SuspendThread; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
191 |
JVM_SupportsCX8; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
192 |
JVM_TotalMemory; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
193 |
JVM_UnloadLibrary; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
194 |
JVM_Yield; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
195 |
JVM_handle_linux_signal; |
10565 | 196 |
|
197 |
# miscellaneous functions |
|
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
198 |
jio_fprintf; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
199 |
jio_printf; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
200 |
jio_snprintf; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
201 |
jio_vfprintf; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
202 |
jio_vsnprintf; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
203 |
fork1; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
204 |
numa_warn; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
205 |
numa_error; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
206 |
|
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
207 |
# Needed because there is no JVM interface for this. |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
208 |
sysThreadAvailableStackWithSlack; |
10565 | 209 |
|
210 |
# This is for Forte Analyzer profiling support. |
|
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
211 |
AsyncGetCallTrace; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
212 |
|
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
213 |
# INSERT VTABLE SYMBOLS HERE |
10565 | 214 |
|
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
215 |
local: |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
216 |
*; |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
22189
diff
changeset
|
217 |
}; |
10565 | 218 |