hotspot/make/linux/makefiles/mapfile-vers-debug
author coleenp
Sun, 14 Dec 2014 16:04:03 -0500
changeset 28168 b9139c952329
parent 27171 5ee40c966315
child 28737 ca4b6a6e5cc8
permissions -rw-r--r--
8042418: Remove JVM_FindClassFromClassLoader Summary: The function has been replaced so is no longer used. Reviewed-by: mchung, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
#
26412
80741eb33ba2 8049105: Move array component mirror to instance of java/lang/Class (hotspot part 2)
coleenp
parents: 24242
diff changeset
     2
# Copyright (c) 2002, 2014, 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_ActiveProcessorCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
                JVM_ArrayCopy;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
                JVM_AssertionStatusDirectives;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
                JVM_ClassDepth;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
                JVM_ClassLoaderDepth;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
                JVM_Clone;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
                JVM_ConstantPoolGetClassAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
                JVM_ConstantPoolGetClassAtIfLoaded;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
                JVM_ConstantPoolGetDoubleAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
                JVM_ConstantPoolGetFieldAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
                JVM_ConstantPoolGetFieldAtIfLoaded;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
                JVM_ConstantPoolGetFloatAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
                JVM_ConstantPoolGetIntAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
                JVM_ConstantPoolGetLongAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
                JVM_ConstantPoolGetMethodAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
                JVM_ConstantPoolGetMethodAtIfLoaded;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
                JVM_ConstantPoolGetMemberRefInfoAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
                JVM_ConstantPoolGetSize;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
                JVM_ConstantPoolGetStringAt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
                JVM_ConstantPoolGetUTF8At;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
                JVM_CountStackFrames;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
                JVM_CurrentClassLoader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
                JVM_CurrentLoadedClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
                JVM_CurrentThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
                JVM_CurrentTimeMillis;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
                JVM_DefineClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
                JVM_DefineClassWithSource;
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 781
diff changeset
    62
                JVM_DefineClassWithSourceCond;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
                JVM_DesiredAssertionStatus;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
                JVM_DoPrivileged;
363
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    65
                JVM_DTraceGetVersion;
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    66
                JVM_DTraceActivate;
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    67
                JVM_DTraceIsProbeEnabled;
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    68
                JVM_DTraceIsSupported;
99d43e8a76ad 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 338
diff changeset
    69
                JVM_DTraceDispose;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
                JVM_DumpAllStacks;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
                JVM_DumpThreads;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
                JVM_FillInStackTrace;
27021
7a628ca8ac97 8015256: Better class accessibility
coleenp
parents: 27004
diff changeset
    73
                JVM_FindClassFromCaller;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
                JVM_FindClassFromClass;
772
96110c02b165 6714758: hotspot: provide an entry point to the BootStrap Class loader[dholmes,acorn]
ksrini
parents: 389
diff changeset
    75
                JVM_FindClassFromBootLoader;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
                JVM_FindLibraryEntry;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
                JVM_FindLoadedClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
                JVM_FindPrimitiveClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
                JVM_FindSignal;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
                JVM_FreeMemory;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
                JVM_GC;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
                JVM_GetAllThreads;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
                JVM_GetArrayElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
                JVM_GetArrayLength;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
                JVM_GetCPClassNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
                JVM_GetCPFieldClassNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
                JVM_GetCPFieldModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
                JVM_GetCPFieldNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
                JVM_GetCPFieldSignatureUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
                JVM_GetCPMethodClassNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
                JVM_GetCPMethodModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
                JVM_GetCPMethodNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
                JVM_GetCPMethodSignatureUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
                JVM_GetCallerClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
                JVM_GetClassAccessFlags;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
                JVM_GetClassAnnotations;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
                JVM_GetClassCPEntriesCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
                JVM_GetClassCPTypes;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
                JVM_GetClassConstantPool;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
                JVM_GetClassContext;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
                JVM_GetClassDeclaredConstructors;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
                JVM_GetClassDeclaredFields;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
                JVM_GetClassDeclaredMethods;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
                JVM_GetClassFieldsCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
                JVM_GetClassInterfaces;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
                JVM_GetClassMethodsCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
                JVM_GetClassModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
                JVM_GetClassName;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
                JVM_GetClassNameUTF;
24242
73337a12595a 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla
parents: 22189
diff changeset
   110
                JVM_GetClassSignature;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
                JVM_GetClassSigners;
15097
9db149412e0e 8004823: Add VM support for type annotation reflection
stefank
parents: 11165
diff changeset
   112
                JVM_GetClassTypeAnnotations;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
                JVM_GetDeclaredClasses;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
                JVM_GetDeclaringClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
                JVM_GetEnclosingMethodInfo;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
                JVM_GetFieldIxModifiers;
16444
e9cfab742724 8009382: Add JVM_Get{Field|Method}TypeAnnotations
rbackman
parents: 15439
diff changeset
   117
                JVM_GetFieldTypeAnnotations;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
                JVM_GetInheritedAccessControlContext;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
                JVM_GetInterfaceVersion;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
                JVM_GetManagement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
                JVM_GetMethodIxArgsSize;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
                JVM_GetMethodIxByteCode;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
                JVM_GetMethodIxByteCodeLength;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
                JVM_GetMethodIxExceptionIndexes;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
                JVM_GetMethodIxExceptionTableEntry;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
                JVM_GetMethodIxExceptionTableLength;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
                JVM_GetMethodIxExceptionsCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
                JVM_GetMethodIxLocalsCount;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
                JVM_GetMethodIxMaxStack;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
                JVM_GetMethodIxModifiers;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
                JVM_GetMethodIxNameUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
                JVM_GetMethodIxSignatureUTF;
15102
0a86564e5f61 8004728: Add hotspot support for parameter reflection
coleenp
parents: 15097
diff changeset
   133
                JVM_GetMethodParameters;
16444
e9cfab742724 8009382: Add JVM_Get{Field|Method}TypeAnnotations
rbackman
parents: 15439
diff changeset
   134
                JVM_GetMethodTypeAnnotations;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
                JVM_GetPrimitiveArrayElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
                JVM_GetProtectionDomain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
                JVM_GetStackAccessControlContext;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
                JVM_GetStackTraceDepth;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
                JVM_GetStackTraceElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
                JVM_GetSystemPackage;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
                JVM_GetSystemPackages;
24242
73337a12595a 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla
parents: 22189
diff changeset
   142
                JVM_GetTemporaryDirectory;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
                JVM_GetVersionInfo;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
                JVM_Halt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
                JVM_HoldsLock;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
                JVM_IHashCode;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
                JVM_InitAgentProperties;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
                JVM_InitProperties;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
                JVM_InternString;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
                JVM_Interrupt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
                JVM_InvokeMethod;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
                JVM_IsArrayClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
                JVM_IsConstructorIx;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
                JVM_IsInterface;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
                JVM_IsInterrupted;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
                JVM_IsPrimitiveClass;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
                JVM_IsSameClassPackage;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
                JVM_IsSupportedJNIVersion;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
                JVM_IsThreadAlive;
15439
a72c53517fe7 8004967: Default method cause VerifyError: Illegal use of nonvirtual
acorn
parents: 15229
diff changeset
   160
                JVM_IsVMGeneratedMethodIx;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
                JVM_LatestUserDefinedLoader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
                JVM_LoadLibrary;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
                JVM_MaxObjectInspectionAge;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
                JVM_MaxMemory;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
                JVM_MonitorNotify;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
                JVM_MonitorNotifyAll;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
                JVM_MonitorWait;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
                JVM_NanoTime;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
                JVM_NativePath;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
                JVM_NewArray;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
                JVM_NewInstanceFromConstructor;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
                JVM_NewMultiArray;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
                JVM_RaiseSignal;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
                JVM_RawMonitorCreate;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
                JVM_RawMonitorDestroy;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
                JVM_RawMonitorEnter;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
                JVM_RawMonitorExit;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
                JVM_RegisterSignal;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
                JVM_ReleaseUTF;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
                JVM_ResumeThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
                JVM_SetArrayElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
                JVM_SetClassSigners;
11165
b782a31b9347 7116189: Export JVM_SetNativeThreadName from Hotspot
phh
parents: 10504
diff changeset
   183
                JVM_SetNativeThreadName;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
                JVM_SetPrimitiveArrayElement;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
                JVM_SetThreadPriority;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
                JVM_Sleep;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
                JVM_StartThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
                JVM_StopThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
                JVM_SuspendThread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
                JVM_SupportsCX8;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
                JVM_TotalMemory;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
                JVM_UnloadLibrary;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
                JVM_Yield;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
                JVM_handle_linux_signal;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
                # miscellaneous functions
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
                jio_fprintf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
                jio_printf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
                jio_snprintf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
                jio_vfprintf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
                jio_vsnprintf;
388
bcc631c5bbec 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 1
diff changeset
   202
                fork1;
bcc631c5bbec 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 1
diff changeset
   203
                numa_warn;
bcc631c5bbec 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 1
diff changeset
   204
                numa_error;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
                # Needed because there is no JVM interface for this.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
                sysThreadAvailableStackWithSlack;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
                # This is for Forte Analyzer profiling support.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
                AsyncGetCallTrace;
5045
59dd2a304f1d 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 3820
diff changeset
   211
59dd2a304f1d 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 3820
diff changeset
   212
		# INSERT VTABLE SYMBOLS HERE
59dd2a304f1d 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
never
parents: 3820
diff changeset
   213
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
        local:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
                *;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217