hotspot/make/linux/makefiles/mapfile-vers-product
author acorn
Mon, 28 Jan 2013 10:55:30 -0500
changeset 15439 a72c53517fe7
parent 15229 5341188db763
child 16444 e9cfab742724
permissions -rw-r--r--
8004967: Default method cause VerifyError: Illegal use of nonvirtual Summary: Recognize VM generated method in old verifier Reviewed-by: acorn, coleenp Contributed-by: bharadwaj.yadavelli@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
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.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
# accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
#
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5045
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5045
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5045
diff changeset
    21
# questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
#  
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
# Define public interface.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
SUNWprivate_1.1 {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
        global:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
                # JNI
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
                JNI_CreateJavaVM;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
                JNI_GetCreatedJavaVMs;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
                JNI_GetDefaultJavaVMInitArgs;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
                # JVM
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
                JVM_Accept;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
                JVM_ActiveProcessorCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
                JVM_AllocateNewArray;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
                JVM_AllocateNewObject;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
                JVM_ArrayCopy;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
                JVM_AssertionStatusDirectives;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
                JVM_Available;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
                JVM_Bind;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
                JVM_ClassDepth;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
                JVM_ClassLoaderDepth;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
                JVM_Clone;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
                JVM_Close;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
                JVM_CX8Field;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
                JVM_CompileClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
                JVM_CompileClasses;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
                JVM_CompilerCommand;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
                JVM_Connect;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
                JVM_ConstantPoolGetClassAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
                JVM_ConstantPoolGetClassAtIfLoaded;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
                JVM_ConstantPoolGetDoubleAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
                JVM_ConstantPoolGetFieldAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
                JVM_ConstantPoolGetFieldAtIfLoaded;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
                JVM_ConstantPoolGetFloatAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
                JVM_ConstantPoolGetIntAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
                JVM_ConstantPoolGetLongAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
                JVM_ConstantPoolGetMethodAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
                JVM_ConstantPoolGetMethodAtIfLoaded;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
                JVM_ConstantPoolGetMemberRefInfoAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
                JVM_ConstantPoolGetSize;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
                JVM_ConstantPoolGetStringAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
                JVM_ConstantPoolGetUTF8At;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
                JVM_CountStackFrames;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
                JVM_CurrentClassLoader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
                JVM_CurrentLoadedClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
                JVM_CurrentThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
                JVM_CurrentTimeMillis;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
                JVM_DefineClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
                JVM_DefineClassWithSource;
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 781
diff changeset
    73
                JVM_DefineClassWithSourceCond;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
                JVM_DesiredAssertionStatus;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
                JVM_DisableCompiler;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
                JVM_DoPrivileged;
363
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    77
                JVM_DTraceGetVersion;
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    78
                JVM_DTraceActivate;
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    79
                JVM_DTraceIsProbeEnabled;
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    80
                JVM_DTraceIsSupported;
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    81
                JVM_DTraceDispose;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
                JVM_DumpAllStacks;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
                JVM_DumpThreads;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
                JVM_EnableCompiler;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
                JVM_Exit;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
                JVM_FillInStackTrace;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
                JVM_FindClassFromClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
                JVM_FindClassFromClassLoader;
772
96110c02b165 6714758: hotspot: provide an entry point to the BootStrap Class loader[dholmes,acorn]
ksrini
parents: 389
diff changeset
    89
                JVM_FindClassFromBootLoader;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
                JVM_FindLibraryEntry;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
                JVM_FindLoadedClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
                JVM_FindPrimitiveClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
                JVM_FindSignal;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
                JVM_FreeMemory;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
                JVM_GC;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
                JVM_GetAllThreads;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
                JVM_GetArrayElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
                JVM_GetArrayLength;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
                JVM_GetCPClassNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
                JVM_GetCPFieldClassNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
                JVM_GetCPFieldModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
                JVM_GetCPFieldNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
                JVM_GetCPFieldSignatureUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
                JVM_GetCPMethodClassNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
                JVM_GetCPMethodModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
                JVM_GetCPMethodNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
                JVM_GetCPMethodSignatureUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
                JVM_GetCallerClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
                JVM_GetClassAccessFlags;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
                JVM_GetClassAnnotations;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
                JVM_GetClassCPEntriesCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
                JVM_GetClassCPTypes;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
                JVM_GetClassConstantPool;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
                JVM_GetClassContext;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
                JVM_GetClassDeclaredConstructors;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
                JVM_GetClassDeclaredFields;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
                JVM_GetClassDeclaredMethods;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
                JVM_GetClassFieldsCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
                JVM_GetClassInterfaces;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
                JVM_GetClassLoader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
                JVM_GetClassMethodsCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
                JVM_GetClassModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
                JVM_GetClassName;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
                JVM_GetClassNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
                JVM_GetClassSignature;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
                JVM_GetClassSigners;
15097
9db149412e0e 8004823: Add VM support for type annotation reflection
stefank
parents: 11165
diff changeset
   127
                JVM_GetClassTypeAnnotations;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
                JVM_GetComponentType;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
                JVM_GetDeclaredClasses;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
                JVM_GetDeclaringClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
                JVM_GetEnclosingMethodInfo;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
                JVM_GetFieldAnnotations;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
                JVM_GetFieldIxModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
                JVM_GetHostName;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
                JVM_GetInheritedAccessControlContext;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
                JVM_GetInterfaceVersion;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
                JVM_GetLastErrorString;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
                JVM_GetManagement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
                JVM_GetMethodAnnotations;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
                JVM_GetMethodDefaultAnnotationValue;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
                JVM_GetMethodIxArgsSize;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
                JVM_GetMethodIxByteCode;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
                JVM_GetMethodIxByteCodeLength;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
                JVM_GetMethodIxExceptionIndexes;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
                JVM_GetMethodIxExceptionTableEntry;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
                JVM_GetMethodIxExceptionTableLength;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
                JVM_GetMethodIxExceptionsCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
                JVM_GetMethodIxLocalsCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
                JVM_GetMethodIxMaxStack;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
                JVM_GetMethodIxModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
                JVM_GetMethodIxNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
                JVM_GetMethodIxSignatureUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
                JVM_GetMethodParameterAnnotations;
15102
0a86564e5f61 8004728: Add hotspot support for parameter reflection
coleenp
parents: 15097
diff changeset
   154
                JVM_GetMethodParameters;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
                JVM_GetPrimitiveArrayElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
                JVM_GetProtectionDomain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
                JVM_GetSockName;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
                JVM_GetSockOpt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
                JVM_GetStackAccessControlContext;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
                JVM_GetStackTraceDepth;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
                JVM_GetStackTraceElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
                JVM_GetSystemPackage;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
                JVM_GetSystemPackages;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
                JVM_GetThreadStateNames;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
                JVM_GetThreadStateValues;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
                JVM_GetVersionInfo;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
                JVM_Halt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
                JVM_HoldsLock;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
                JVM_IHashCode;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
                JVM_InitAgentProperties;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
                JVM_InitProperties;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
                JVM_InitializeCompiler;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
                JVM_InitializeSocketLibrary;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
                JVM_InternString;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
                JVM_Interrupt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
                JVM_InvokeMethod;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
                JVM_IsArrayClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
                JVM_IsConstructorIx;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
                JVM_IsInterface;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
                JVM_IsInterrupted;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
                JVM_IsNaN;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
                JVM_IsPrimitiveClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
                JVM_IsSameClassPackage;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
                JVM_IsSilentCompiler;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
                JVM_IsSupportedJNIVersion;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
                JVM_IsThreadAlive;
15439
a72c53517fe7 8004967: Default method cause VerifyError: Illegal use of nonvirtual
acorn
parents: 15229
diff changeset
   187
                JVM_IsVMGeneratedMethodIx;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
                JVM_LatestUserDefinedLoader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
                JVM_Listen;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
                JVM_LoadClass0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
                JVM_LoadLibrary;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
                JVM_Lseek;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
                JVM_MaxObjectInspectionAge;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
                JVM_MaxMemory;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
                JVM_MonitorNotify;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
                JVM_MonitorNotifyAll;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
                JVM_MonitorWait;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
                JVM_NanoTime;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
                JVM_NativePath;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
                JVM_NewArray;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
                JVM_NewInstanceFromConstructor;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
                JVM_NewMultiArray;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
                JVM_OnExit;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
                JVM_Open;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
                JVM_RaiseSignal;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
                JVM_RawMonitorCreate;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
                JVM_RawMonitorDestroy;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
                JVM_RawMonitorEnter;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
                JVM_RawMonitorExit;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
                JVM_Read;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
                JVM_Recv;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
                JVM_RecvFrom;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
                JVM_RegisterSignal;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
                JVM_ReleaseUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
                JVM_ResolveClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
                JVM_ResumeThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
                JVM_Send;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
                JVM_SendTo;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
                JVM_SetArrayElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
                JVM_SetClassSigners;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
                JVM_SetLength;
11165
b782a31b9347 7116189: Export JVM_SetNativeThreadName from Hotspot
phh
parents: 10504
diff changeset
   222
                JVM_SetNativeThreadName;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
                JVM_SetPrimitiveArrayElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
                JVM_SetProtectionDomain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
                JVM_SetSockOpt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
                JVM_SetThreadPriority;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
                JVM_Sleep;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
                JVM_Socket;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
                JVM_SocketAvailable;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
                JVM_SocketClose;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
                JVM_SocketShutdown;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
                JVM_StartThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
                JVM_StopThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
                JVM_SuspendThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
                JVM_SupportsCX8;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
                JVM_Sync;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
                JVM_Timeout;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
                JVM_TotalMemory;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
                JVM_TraceInstructions;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
                JVM_TraceMethodCalls;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
                JVM_UnloadLibrary;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
                JVM_Write;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
                JVM_Yield;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
                JVM_handle_linux_signal;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
                # miscellaneous functions
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
                jio_fprintf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
                jio_printf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
                jio_snprintf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
                jio_vfprintf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
                jio_vsnprintf;
388
bcc631c5bbec 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 1
diff changeset
   252
                fork1;
bcc631c5bbec 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 1
diff changeset
   253
                numa_warn;
bcc631c5bbec 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 1
diff changeset
   254
                numa_error;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
                # Needed because there is no JVM interface for this.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
                sysThreadAvailableStackWithSlack;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
                # This is for Forte Analyzer profiling support.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
                AsyncGetCallTrace;
5045
59dd2a304f1d 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 3820
diff changeset
   261
59dd2a304f1d 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 3820
diff changeset
   262
		# INSERT VTABLE SYMBOLS HERE
59dd2a304f1d 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 3820
diff changeset
   263
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
        local:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
                *;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267