hotspot/make/bsd/makefiles/mapfile-vers-darwin-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:
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
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.
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
     4
#
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
     7
# published by the Free Software Foundation.
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
     8
#
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    13
# accompanied this code).
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    14
#
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    18
#
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    21
# questions.
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    22
#
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    23
#
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    24
# Only used for OSX/Darwin builds
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    25
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    26
# Define public interface.
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    27
                # _JNI
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    28
                _JNI_CreateJavaVM
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    29
                _JNI_GetCreatedJavaVMs
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    30
                _JNI_GetDefaultJavaVMInitArgs
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    31
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    32
                # _JVM
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    33
                _JVM_ActiveProcessorCount
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    34
                _JVM_ArrayCopy
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    35
                _JVM_AssertionStatusDirectives
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    36
                _JVM_ClassDepth
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    37
                _JVM_ClassLoaderDepth
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    38
                _JVM_Clone
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    39
                _JVM_ConstantPoolGetClassAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    40
                _JVM_ConstantPoolGetClassAtIfLoaded
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    41
                _JVM_ConstantPoolGetDoubleAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    42
                _JVM_ConstantPoolGetFieldAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    43
                _JVM_ConstantPoolGetFieldAtIfLoaded
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    44
                _JVM_ConstantPoolGetFloatAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    45
                _JVM_ConstantPoolGetIntAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    46
                _JVM_ConstantPoolGetLongAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    47
                _JVM_ConstantPoolGetMethodAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    48
                _JVM_ConstantPoolGetMethodAtIfLoaded
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    49
                _JVM_ConstantPoolGetMemberRefInfoAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    50
                _JVM_ConstantPoolGetSize
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    51
                _JVM_ConstantPoolGetStringAt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    52
                _JVM_ConstantPoolGetUTF8At
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    53
                _JVM_CountStackFrames
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    54
                _JVM_CurrentClassLoader
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    55
                _JVM_CurrentLoadedClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    56
                _JVM_CurrentThread
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    57
                _JVM_CurrentTimeMillis
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    58
                _JVM_DefineClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    59
                _JVM_DefineClassWithSource
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    60
                _JVM_DefineClassWithSourceCond
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    61
                _JVM_DesiredAssertionStatus
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    62
                _JVM_DoPrivileged
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    63
                _JVM_DTraceGetVersion
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    64
                _JVM_DTraceActivate
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    65
                _JVM_DTraceIsProbeEnabled
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    66
                _JVM_DTraceIsSupported
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    67
                _JVM_DTraceDispose
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    68
                _JVM_DumpAllStacks
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    69
                _JVM_DumpThreads
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    70
                _JVM_FillInStackTrace
27021
7a628ca8ac97 8015256: Better class accessibility
coleenp
parents: 27004
diff changeset
    71
                _JVM_FindClassFromCaller
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    72
                _JVM_FindClassFromClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    73
                _JVM_FindClassFromBootLoader
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    74
                _JVM_FindLibraryEntry
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    75
                _JVM_FindLoadedClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    76
                _JVM_FindPrimitiveClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    77
                _JVM_FindSignal
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    78
                _JVM_FreeMemory
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    79
                _JVM_GC
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    80
                _JVM_GetAllThreads
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    81
                _JVM_GetArrayElement
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    82
                _JVM_GetArrayLength
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    83
                _JVM_GetCPClassNameUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    84
                _JVM_GetCPFieldClassNameUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    85
                _JVM_GetCPFieldModifiers
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    86
                _JVM_GetCPFieldNameUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    87
                _JVM_GetCPFieldSignatureUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    88
                _JVM_GetCPMethodClassNameUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    89
                _JVM_GetCPMethodModifiers
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    90
                _JVM_GetCPMethodNameUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    91
                _JVM_GetCPMethodSignatureUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    92
                _JVM_GetCallerClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    93
                _JVM_GetClassAccessFlags
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    94
                _JVM_GetClassAnnotations
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    95
                _JVM_GetClassCPEntriesCount
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    96
                _JVM_GetClassCPTypes
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    97
                _JVM_GetClassConstantPool
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    98
                _JVM_GetClassContext
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
    99
                _JVM_GetClassDeclaredConstructors
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   100
                _JVM_GetClassDeclaredFields
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   101
                _JVM_GetClassDeclaredMethods
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   102
                _JVM_GetClassFieldsCount
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   103
                _JVM_GetClassInterfaces
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   104
                _JVM_GetClassMethodsCount
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   105
                _JVM_GetClassModifiers
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   106
                _JVM_GetClassName
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   107
                _JVM_GetClassNameUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   108
                _JVM_GetClassSignature
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   109
                _JVM_GetClassSigners
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   110
                _JVM_GetClassTypeAnnotations
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   111
                _JVM_GetDeclaredClasses
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   112
                _JVM_GetDeclaringClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   113
                _JVM_GetEnclosingMethodInfo
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   114
                _JVM_GetFieldIxModifiers
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   115
                _JVM_GetFieldTypeAnnotations
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   116
                _JVM_GetInheritedAccessControlContext
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   117
                _JVM_GetInterfaceVersion
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   118
                _JVM_GetManagement
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   119
                _JVM_GetMethodIxArgsSize
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   120
                _JVM_GetMethodIxByteCode
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   121
                _JVM_GetMethodIxByteCodeLength
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   122
                _JVM_GetMethodIxExceptionIndexes
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   123
                _JVM_GetMethodIxExceptionTableEntry
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   124
                _JVM_GetMethodIxExceptionTableLength
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   125
                _JVM_GetMethodIxExceptionsCount
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   126
                _JVM_GetMethodIxLocalsCount
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   127
                _JVM_GetMethodIxMaxStack
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   128
                _JVM_GetMethodIxModifiers
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   129
                _JVM_GetMethodIxNameUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   130
                _JVM_GetMethodIxSignatureUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   131
                _JVM_GetMethodParameters
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   132
                _JVM_GetMethodTypeAnnotations
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   133
                _JVM_GetPrimitiveArrayElement
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   134
                _JVM_GetProtectionDomain
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   135
                _JVM_GetStackAccessControlContext
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   136
                _JVM_GetStackTraceDepth
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   137
                _JVM_GetStackTraceElement
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   138
                _JVM_GetSystemPackage
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   139
                _JVM_GetSystemPackages
24242
73337a12595a 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla
parents: 22494
diff changeset
   140
                _JVM_GetTemporaryDirectory
22494
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   141
                _JVM_GetVersionInfo
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   142
                _JVM_Halt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   143
                _JVM_HoldsLock
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   144
                _JVM_IHashCode
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   145
                _JVM_InitAgentProperties
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   146
                _JVM_InitProperties
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   147
                _JVM_InternString
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   148
                _JVM_Interrupt
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   149
                _JVM_InvokeMethod
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   150
                _JVM_IsArrayClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   151
                _JVM_IsConstructorIx
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   152
                _JVM_IsInterface
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   153
                _JVM_IsInterrupted
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   154
                _JVM_IsPrimitiveClass
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   155
                _JVM_IsSameClassPackage
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   156
                _JVM_IsSupportedJNIVersion
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   157
                _JVM_IsThreadAlive
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   158
                _JVM_IsVMGeneratedMethodIx
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   159
                _JVM_LatestUserDefinedLoader
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   160
                _JVM_LoadLibrary
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   161
                _JVM_MaxObjectInspectionAge
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   162
                _JVM_MaxMemory
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   163
                _JVM_MonitorNotify
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   164
                _JVM_MonitorNotifyAll
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   165
                _JVM_MonitorWait
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   166
                _JVM_NanoTime
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   167
                _JVM_NativePath
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   168
                _JVM_NewArray
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   169
                _JVM_NewInstanceFromConstructor
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   170
                _JVM_NewMultiArray
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   171
                _JVM_RaiseSignal
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   172
                _JVM_RawMonitorCreate
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   173
                _JVM_RawMonitorDestroy
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   174
                _JVM_RawMonitorEnter
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   175
                _JVM_RawMonitorExit
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   176
                _JVM_RegisterSignal
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   177
                _JVM_ReleaseUTF
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   178
                _JVM_ResumeThread
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   179
                _JVM_SetArrayElement
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   180
                _JVM_SetClassSigners
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   181
                _JVM_SetNativeThreadName
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   182
                _JVM_SetPrimitiveArrayElement
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   183
                _JVM_SetThreadPriority
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   184
                _JVM_Sleep
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   185
                _JVM_StartThread
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   186
                _JVM_StopThread
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   187
                _JVM_SuspendThread
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   188
                _JVM_SupportsCX8
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   189
                _JVM_TotalMemory
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   190
                _JVM_UnloadLibrary
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   191
                _JVM_Yield
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   192
                _JVM_handle_bsd_signal
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   193
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   194
                # miscellaneous functions
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   195
                _jio_fprintf
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   196
                _jio_printf
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   197
                _jio_snprintf
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   198
                _jio_vfprintf
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   199
                _jio_vsnprintf
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   200
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   201
                # This is for Forte Analyzer profiling support.
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   202
                _AsyncGetCallTrace
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   203
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   204
                # INSERT VTABLE SYMBOLS HERE
65bae79a77ed 8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff changeset
   205