hotspot/make/bsd/makefiles/mapfile-vers-product
author sla
Mon, 28 Apr 2014 09:27:47 +0200
changeset 24242 73337a12595a
parent 22494 65bae79a77ed
child 26412 80741eb33ba2
permissions -rw-r--r--
8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms Reviewed-by: mgronlun, kamg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
     1
#
15229
5341188db763 7174978: NPG: Fix bactrace builder for class redefinition
coleenp
parents: 15102
diff changeset
     2
# Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
     4
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
     7
# published by the Free Software Foundation.
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
     8
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    13
# accompanied this code).
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    14
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    18
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    21
# questions.
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    22
#  
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    23
#
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    24
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    25
# Define public interface.
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    26
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    27
SUNWprivate_1.1 {
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    28
        global:
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    29
                # JNI
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    30
                JNI_CreateJavaVM;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    31
                JNI_GetCreatedJavaVMs;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    32
                JNI_GetDefaultJavaVMInitArgs;
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
    33
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    34
                # JVM
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    35
                JVM_Accept;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    36
                JVM_ActiveProcessorCount;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    37
                JVM_AllocateNewArray;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    38
                JVM_AllocateNewObject;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    39
                JVM_ArrayCopy;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    40
                JVM_AssertionStatusDirectives;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    41
                JVM_Available;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    42
                JVM_Bind;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    43
                JVM_ClassDepth;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    44
                JVM_ClassLoaderDepth;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    45
                JVM_Clone;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    46
                JVM_Close;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    47
                JVM_CX8Field;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    48
                JVM_CompileClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    49
                JVM_CompileClasses;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    50
                JVM_CompilerCommand;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    51
                JVM_Connect;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    52
                JVM_ConstantPoolGetClassAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    53
                JVM_ConstantPoolGetClassAtIfLoaded;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    54
                JVM_ConstantPoolGetDoubleAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    55
                JVM_ConstantPoolGetFieldAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    56
                JVM_ConstantPoolGetFieldAtIfLoaded;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    57
                JVM_ConstantPoolGetFloatAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    58
                JVM_ConstantPoolGetIntAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    59
                JVM_ConstantPoolGetLongAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    60
                JVM_ConstantPoolGetMethodAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    61
                JVM_ConstantPoolGetMethodAtIfLoaded;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    62
                JVM_ConstantPoolGetMemberRefInfoAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    63
                JVM_ConstantPoolGetSize;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    64
                JVM_ConstantPoolGetStringAt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    65
                JVM_ConstantPoolGetUTF8At;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    66
                JVM_CountStackFrames;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    67
                JVM_CurrentClassLoader;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    68
                JVM_CurrentLoadedClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    69
                JVM_CurrentThread;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    70
                JVM_CurrentTimeMillis;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    71
                JVM_DefineClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    72
                JVM_DefineClassWithSource;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    73
                JVM_DefineClassWithSourceCond;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    74
                JVM_DesiredAssertionStatus;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    75
                JVM_DisableCompiler;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    76
                JVM_DoPrivileged;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    77
                JVM_DTraceGetVersion;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    78
                JVM_DTraceActivate;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    79
                JVM_DTraceIsProbeEnabled;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    80
                JVM_DTraceIsSupported;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    81
                JVM_DTraceDispose;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    82
                JVM_DumpAllStacks;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    83
                JVM_DumpThreads;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    84
                JVM_EnableCompiler;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    85
                JVM_Exit;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    86
                JVM_FillInStackTrace;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    87
                JVM_FindClassFromClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    88
                JVM_FindClassFromClassLoader;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    89
                JVM_FindClassFromBootLoader;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    90
                JVM_FindLibraryEntry;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    91
                JVM_FindLoadedClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    92
                JVM_FindPrimitiveClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    93
                JVM_FindSignal;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    94
                JVM_FreeMemory;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    95
                JVM_GC;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    96
                JVM_GetAllThreads;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    97
                JVM_GetArrayElement;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    98
                JVM_GetArrayLength;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
    99
                JVM_GetCPClassNameUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   100
                JVM_GetCPFieldClassNameUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   101
                JVM_GetCPFieldModifiers;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   102
                JVM_GetCPFieldNameUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   103
                JVM_GetCPFieldSignatureUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   104
                JVM_GetCPMethodClassNameUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   105
                JVM_GetCPMethodModifiers;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   106
                JVM_GetCPMethodNameUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   107
                JVM_GetCPMethodSignatureUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   108
                JVM_GetCallerClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   109
                JVM_GetClassAccessFlags;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   110
                JVM_GetClassAnnotations;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   111
                JVM_GetClassCPEntriesCount;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   112
                JVM_GetClassCPTypes;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   113
                JVM_GetClassConstantPool;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   114
                JVM_GetClassContext;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   115
                JVM_GetClassDeclaredConstructors;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   116
                JVM_GetClassDeclaredFields;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   117
                JVM_GetClassDeclaredMethods;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   118
                JVM_GetClassFieldsCount;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   119
                JVM_GetClassInterfaces;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   120
                JVM_GetClassLoader;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   121
                JVM_GetClassMethodsCount;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   122
                JVM_GetClassModifiers;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   123
                JVM_GetClassName;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   124
                JVM_GetClassNameUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   125
                JVM_GetClassSignature;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   126
                JVM_GetClassSigners;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   127
                JVM_GetClassTypeAnnotations;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   128
                JVM_GetComponentType;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   129
                JVM_GetDeclaredClasses;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   130
                JVM_GetDeclaringClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   131
                JVM_GetEnclosingMethodInfo;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   132
                JVM_GetFieldAnnotations;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   133
                JVM_GetFieldIxModifiers;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   134
                JVM_GetFieldTypeAnnotations;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   135
                JVM_GetHostName;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   136
                JVM_GetInheritedAccessControlContext;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   137
                JVM_GetInterfaceVersion;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   138
                JVM_GetLastErrorString;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   139
                JVM_GetManagement;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   140
                JVM_GetMethodAnnotations;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   141
                JVM_GetMethodDefaultAnnotationValue;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   142
                JVM_GetMethodIxArgsSize;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   143
                JVM_GetMethodIxByteCode;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   144
                JVM_GetMethodIxByteCodeLength;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   145
                JVM_GetMethodIxExceptionIndexes;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   146
                JVM_GetMethodIxExceptionTableEntry;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   147
                JVM_GetMethodIxExceptionTableLength;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   148
                JVM_GetMethodIxExceptionsCount;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   149
                JVM_GetMethodIxLocalsCount;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   150
                JVM_GetMethodIxMaxStack;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   151
                JVM_GetMethodIxModifiers;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   152
                JVM_GetMethodIxNameUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   153
                JVM_GetMethodIxSignatureUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   154
                JVM_GetMethodParameterAnnotations;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   155
                JVM_GetMethodParameters;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   156
                JVM_GetMethodTypeAnnotations;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   157
                JVM_GetPrimitiveArrayElement;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   158
                JVM_GetProtectionDomain;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   159
                JVM_GetSockName;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   160
                JVM_GetSockOpt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   161
                JVM_GetStackAccessControlContext;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   162
                JVM_GetStackTraceDepth;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   163
                JVM_GetStackTraceElement;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   164
                JVM_GetSystemPackage;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   165
                JVM_GetSystemPackages;
24242
73337a12595a 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla
parents: 22494
diff changeset
   166
                JVM_GetTemporaryDirectory;
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   167
                JVM_GetThreadStateNames;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   168
                JVM_GetThreadStateValues;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   169
                JVM_GetVersionInfo;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   170
                JVM_Halt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   171
                JVM_HoldsLock;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   172
                JVM_IHashCode;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   173
                JVM_InitAgentProperties;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   174
                JVM_InitProperties;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   175
                JVM_InitializeCompiler;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   176
                JVM_InitializeSocketLibrary;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   177
                JVM_InternString;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   178
                JVM_Interrupt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   179
                JVM_InvokeMethod;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   180
                JVM_IsArrayClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   181
                JVM_IsConstructorIx;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   182
                JVM_IsInterface;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   183
                JVM_IsInterrupted;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   184
                JVM_IsNaN;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   185
                JVM_IsPrimitiveClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   186
                JVM_IsSameClassPackage;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   187
                JVM_IsSilentCompiler;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   188
                JVM_IsSupportedJNIVersion;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   189
                JVM_IsThreadAlive;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   190
                JVM_IsVMGeneratedMethodIx;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   191
                JVM_LatestUserDefinedLoader;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   192
                JVM_Listen;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   193
                JVM_LoadClass0;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   194
                JVM_LoadLibrary;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   195
                JVM_Lseek;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   196
                JVM_MaxObjectInspectionAge;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   197
                JVM_MaxMemory;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   198
                JVM_MonitorNotify;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   199
                JVM_MonitorNotifyAll;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   200
                JVM_MonitorWait;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   201
                JVM_NanoTime;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   202
                JVM_NativePath;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   203
                JVM_NewArray;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   204
                JVM_NewInstanceFromConstructor;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   205
                JVM_NewMultiArray;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   206
                JVM_OnExit;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   207
                JVM_Open;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   208
                JVM_RaiseSignal;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   209
                JVM_RawMonitorCreate;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   210
                JVM_RawMonitorDestroy;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   211
                JVM_RawMonitorEnter;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   212
                JVM_RawMonitorExit;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   213
                JVM_Read;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   214
                JVM_Recv;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   215
                JVM_RecvFrom;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   216
                JVM_RegisterSignal;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   217
                JVM_ReleaseUTF;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   218
                JVM_ResolveClass;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   219
                JVM_ResumeThread;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   220
                JVM_Send;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   221
                JVM_SendTo;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   222
                JVM_SetArrayElement;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   223
                JVM_SetClassSigners;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   224
                JVM_SetLength;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   225
                JVM_SetNativeThreadName;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   226
                JVM_SetPrimitiveArrayElement;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   227
                JVM_SetSockOpt;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   228
                JVM_SetThreadPriority;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   229
                JVM_Sleep;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   230
                JVM_Socket;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   231
                JVM_SocketAvailable;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   232
                JVM_SocketClose;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   233
                JVM_SocketShutdown;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   234
                JVM_StartThread;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   235
                JVM_StopThread;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   236
                JVM_SuspendThread;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   237
                JVM_SupportsCX8;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   238
                JVM_Sync;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   239
                JVM_Timeout;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   240
                JVM_TotalMemory;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   241
                JVM_TraceInstructions;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   242
                JVM_TraceMethodCalls;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   243
                JVM_UnloadLibrary;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   244
                JVM_Write;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   245
                JVM_Yield;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   246
                JVM_handle_linux_signal;
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
   247
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
   248
                # miscellaneous functions
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   249
                jio_fprintf;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   250
                jio_printf;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   251
                jio_snprintf;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   252
                jio_vfprintf;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   253
                jio_vsnprintf;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   254
                fork1;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   255
                numa_warn;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   256
                numa_error;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   257
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   258
                # Needed because there is no JVM interface for this.
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   259
                sysThreadAvailableStackWithSlack;
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
   260
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
   261
                # This is for Forte Analyzer profiling support.
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   262
                AsyncGetCallTrace;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   263
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   264
		# INSERT VTABLE SYMBOLS HERE
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
   265
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   266
        local:
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   267
                *;
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents: 18690
diff changeset
   268
};
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents:
diff changeset
   269