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