2796N/A#
4575N/A# Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
2796N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2796N/A#
2796N/A# This code is free software; you can redistribute it and/or modify it
2796N/A# under the terms of the GNU General Public License version 2 only, as
2796N/A# published by the Free Software Foundation.
2796N/A#
2796N/A# This code is distributed in the hope that it will be useful, but WITHOUT
2796N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
2796N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
2796N/A# version 2 for more details (a copy is included in the LICENSE file that
2796N/A# accompanied this code).
2796N/A#
2796N/A# You should have received a copy of the GNU General Public License version
2796N/A# 2 along with this work; if not, write to the Free Software Foundation,
2796N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2796N/A#
2796N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2796N/A# or visit www.oracle.com if you need additional information or have any
2796N/A# questions.
4575N/A#
2796N/A#
4575N/A# Only used for OSX/Darwin builds
2796N/A
2796N/A# Define public interface.
4575N/A # _JNI
4575N/A _JNI_CreateJavaVM
4575N/A _JNI_GetCreatedJavaVMs
4575N/A _JNI_GetDefaultJavaVMInitArgs
2796N/A
4575N/A # _JVM
4575N/A _JVM_Accept
4575N/A _JVM_ActiveProcessorCount
4575N/A _JVM_AllocateNewArray
4575N/A _JVM_AllocateNewObject
4575N/A _JVM_ArrayCopy
4575N/A _JVM_AssertionStatusDirectives
4575N/A _JVM_Available
4575N/A _JVM_Bind
4575N/A _JVM_ClassDepth
4575N/A _JVM_ClassLoaderDepth
4575N/A _JVM_Clone
4575N/A _JVM_Close
4575N/A _JVM_CX8Field
4575N/A _JVM_CompileClass
4575N/A _JVM_CompileClasses
4575N/A _JVM_CompilerCommand
4575N/A _JVM_Connect
4575N/A _JVM_ConstantPoolGetClassAt
4575N/A _JVM_ConstantPoolGetClassAtIfLoaded
4575N/A _JVM_ConstantPoolGetDoubleAt
4575N/A _JVM_ConstantPoolGetFieldAt
4575N/A _JVM_ConstantPoolGetFieldAtIfLoaded
4575N/A _JVM_ConstantPoolGetFloatAt
4575N/A _JVM_ConstantPoolGetIntAt
4575N/A _JVM_ConstantPoolGetLongAt
4575N/A _JVM_ConstantPoolGetMethodAt
4575N/A _JVM_ConstantPoolGetMethodAtIfLoaded
4575N/A _JVM_ConstantPoolGetMemberRefInfoAt
4575N/A _JVM_ConstantPoolGetSize
4575N/A _JVM_ConstantPoolGetStringAt
4575N/A _JVM_ConstantPoolGetUTF8At
4575N/A _JVM_CountStackFrames
4575N/A _JVM_CurrentClassLoader
4575N/A _JVM_CurrentLoadedClass
4575N/A _JVM_CurrentThread
4575N/A _JVM_CurrentTimeMillis
4575N/A _JVM_DefineClass
4575N/A _JVM_DefineClassWithSource
4575N/A _JVM_DefineClassWithSourceCond
4575N/A _JVM_DesiredAssertionStatus
4575N/A _JVM_DisableCompiler
4575N/A _JVM_DoPrivileged
4575N/A _JVM_DTraceGetVersion
4575N/A _JVM_DTraceActivate
4575N/A _JVM_DTraceIsProbeEnabled
4575N/A _JVM_DTraceIsSupported
4575N/A _JVM_DTraceDispose
4575N/A _JVM_DumpAllStacks
4575N/A _JVM_DumpThreads
4575N/A _JVM_EnableCompiler
4575N/A _JVM_Exit
4575N/A _JVM_FillInStackTrace
4575N/A _JVM_FindClassFromClass
4575N/A _JVM_FindClassFromClassLoader
4575N/A _JVM_FindClassFromBootLoader
4575N/A _JVM_FindLibraryEntry
4575N/A _JVM_FindLoadedClass
4575N/A _JVM_FindPrimitiveClass
4575N/A _JVM_FindSignal
4575N/A _JVM_FreeMemory
4575N/A _JVM_GC
4575N/A _JVM_GetAllThreads
4575N/A _JVM_GetArrayElement
4575N/A _JVM_GetArrayLength
4575N/A _JVM_GetCPClassNameUTF
4575N/A _JVM_GetCPFieldClassNameUTF
4575N/A _JVM_GetCPFieldModifiers
4575N/A _JVM_GetCPFieldNameUTF
4575N/A _JVM_GetCPFieldSignatureUTF
4575N/A _JVM_GetCPMethodClassNameUTF
4575N/A _JVM_GetCPMethodModifiers
4575N/A _JVM_GetCPMethodNameUTF
4575N/A _JVM_GetCPMethodSignatureUTF
4575N/A _JVM_GetCallerClass
4575N/A _JVM_GetClassAccessFlags
4575N/A _JVM_GetClassAnnotations
4575N/A _JVM_GetClassCPEntriesCount
4575N/A _JVM_GetClassCPTypes
4575N/A _JVM_GetClassConstantPool
4575N/A _JVM_GetClassContext
4575N/A _JVM_GetClassDeclaredConstructors
4575N/A _JVM_GetClassDeclaredFields
4575N/A _JVM_GetClassDeclaredMethods
4575N/A _JVM_GetClassFieldsCount
4575N/A _JVM_GetClassInterfaces
4575N/A _JVM_GetClassLoader
4575N/A _JVM_GetClassMethodsCount
4575N/A _JVM_GetClassModifiers
4575N/A _JVM_GetClassName
4575N/A _JVM_GetClassNameUTF
4575N/A _JVM_GetClassSignature
4575N/A _JVM_GetClassSigners
4575N/A _JVM_GetComponentType
4575N/A _JVM_GetDeclaredClasses
4575N/A _JVM_GetDeclaringClass
4575N/A _JVM_GetEnclosingMethodInfo
4575N/A _JVM_GetFieldAnnotations
4575N/A _JVM_GetFieldIxModifiers
4575N/A _JVM_GetHostName
4575N/A _JVM_GetInheritedAccessControlContext
4575N/A _JVM_GetInterfaceVersion
4575N/A _JVM_GetLastErrorString
4575N/A _JVM_GetManagement
4575N/A _JVM_GetMethodAnnotations
4575N/A _JVM_GetMethodDefaultAnnotationValue
4575N/A _JVM_GetMethodIxArgsSize
4575N/A _JVM_GetMethodIxByteCode
4575N/A _JVM_GetMethodIxByteCodeLength
4575N/A _JVM_GetMethodIxExceptionIndexes
4575N/A _JVM_GetMethodIxExceptionTableEntry
4575N/A _JVM_GetMethodIxExceptionTableLength
4575N/A _JVM_GetMethodIxExceptionsCount
4575N/A _JVM_GetMethodIxLocalsCount
4575N/A _JVM_GetMethodIxMaxStack
4575N/A _JVM_GetMethodIxModifiers
4575N/A _JVM_GetMethodIxNameUTF
4575N/A _JVM_GetMethodIxSignatureUTF
4575N/A _JVM_GetMethodParameterAnnotations
4575N/A _JVM_GetPrimitiveArrayElement
4575N/A _JVM_GetProtectionDomain
4575N/A _JVM_GetSockName
4575N/A _JVM_GetSockOpt
4575N/A _JVM_GetStackAccessControlContext
4575N/A _JVM_GetStackTraceDepth
4575N/A _JVM_GetStackTraceElement
4575N/A _JVM_GetSystemPackage
4575N/A _JVM_GetSystemPackages
4575N/A _JVM_GetThreadStateNames
4575N/A _JVM_GetThreadStateValues
4575N/A _JVM_GetVersionInfo
4575N/A _JVM_Halt
4575N/A _JVM_HoldsLock
4575N/A _JVM_IHashCode
4575N/A _JVM_InitAgentProperties
4575N/A _JVM_InitProperties
4575N/A _JVM_InitializeCompiler
4575N/A _JVM_InitializeSocketLibrary
4575N/A _JVM_InternString
4575N/A _JVM_Interrupt
4575N/A _JVM_InvokeMethod
4575N/A _JVM_IsArrayClass
4575N/A _JVM_IsConstructorIx
4575N/A _JVM_IsInterface
4575N/A _JVM_IsInterrupted
4575N/A _JVM_IsNaN
4575N/A _JVM_IsPrimitiveClass
4575N/A _JVM_IsSameClassPackage
4575N/A _JVM_IsSilentCompiler
4575N/A _JVM_IsSupportedJNIVersion
4575N/A _JVM_IsThreadAlive
4575N/A _JVM_LatestUserDefinedLoader
4575N/A _JVM_Listen
4575N/A _JVM_LoadClass0
4575N/A _JVM_LoadLibrary
4575N/A _JVM_Lseek
4575N/A _JVM_MaxObjectInspectionAge
4575N/A _JVM_MaxMemory
4575N/A _JVM_MonitorNotify
4575N/A _JVM_MonitorNotifyAll
4575N/A _JVM_MonitorWait
4575N/A _JVM_NanoTime
4575N/A _JVM_NativePath
4575N/A _JVM_NewArray
4575N/A _JVM_NewInstanceFromConstructor
4575N/A _JVM_NewMultiArray
4575N/A _JVM_OnExit
4575N/A _JVM_Open
4575N/A _JVM_PrintStackTrace
4575N/A _JVM_RaiseSignal
4575N/A _JVM_RawMonitorCreate
4575N/A _JVM_RawMonitorDestroy
4575N/A _JVM_RawMonitorEnter
4575N/A _JVM_RawMonitorExit
4575N/A _JVM_Read
4575N/A _JVM_Recv
4575N/A _JVM_RecvFrom
4575N/A _JVM_RegisterSignal
4575N/A _JVM_ReleaseUTF
4575N/A _JVM_ResolveClass
4575N/A _JVM_ResumeThread
4575N/A _JVM_Send
4575N/A _JVM_SendTo
4575N/A _JVM_SetArrayElement
4575N/A _JVM_SetClassSigners
4575N/A _JVM_SetLength
4575N/A _JVM_SetNativeThreadName
4575N/A _JVM_SetPrimitiveArrayElement
4575N/A _JVM_SetProtectionDomain
4575N/A _JVM_SetSockOpt
4575N/A _JVM_SetThreadPriority
4575N/A _JVM_Sleep
4575N/A _JVM_Socket
4575N/A _JVM_SocketAvailable
4575N/A _JVM_SocketClose
4575N/A _JVM_SocketShutdown
4575N/A _JVM_StartThread
4575N/A _JVM_StopThread
4575N/A _JVM_SuspendThread
4575N/A _JVM_SupportsCX8
4575N/A _JVM_Sync
4575N/A _JVM_Timeout
4575N/A _JVM_TotalMemory
4575N/A _JVM_TraceInstructions
4575N/A _JVM_TraceMethodCalls
4575N/A _JVM_UnloadLibrary
4575N/A _JVM_Write
4575N/A _JVM_Yield
4575N/A _JVM_handle_bsd_signal
2796N/A
4575N/A # debug _JVM
4575N/A _JVM_AccessVMBooleanFlag
4575N/A _JVM_AccessVMIntFlag
4575N/A _JVM_VMBreakPoint
2796N/A
2796N/A # miscellaneous functions
4575N/A _jio_fprintf
4575N/A _jio_printf
4575N/A _jio_snprintf
4575N/A _jio_vfprintf
4575N/A _jio_vsnprintf
2796N/A
2796N/A # This is for Forte Analyzer profiling support.
4575N/A _AsyncGetCallTrace
2796N/A
4575N/A # INSERT VTABLE SYMBOLS HERE
2796N/A