mapfile-vers revision 2932
1732N/A#
1732N/A# Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
1732N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1732N/A#
1732N/A# This code is free software; you can redistribute it and/or modify it
1732N/A# under the terms of the GNU General Public License version 2 only, as
1732N/A# published by the Free Software Foundation.
1732N/A#
1732N/A# This code is distributed in the hope that it will be useful, but WITHOUT
1732N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1732N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1732N/A# version 2 for more details (a copy is included in the LICENSE file that
1732N/A# accompanied this code).
1732N/A#
1732N/A# You should have received a copy of the GNU General Public License version
1732N/A# 2 along with this work; if not, write to the Free Software Foundation,
1732N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1732N/A#
1732N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1732N/A# or visit www.oracle.com if you need additional information or have any
5680N/A# questions.
1732N/A#
5680N/A#
5680N/A
5680N/A# Define public interface.
1732N/A
1732N/ASUNWprivate_1.1 {
1732N/A global:
1732N/A # JNI
1732N/A JNI_CreateJavaVM;
1732N/A JNI_GetCreatedJavaVMs;
1732N/A JNI_GetDefaultJavaVMInitArgs;
1732N/A
1732N/A # JVM
1732N/A JVM_Accept;
2899N/A JVM_ActiveProcessorCount;
2899N/A JVM_AllocateNewArray;
5680N/A JVM_AllocateNewObject;
5680N/A JVM_ArrayCopy;
1732N/A JVM_AssertionStatusDirectives;
1732N/A JVM_Available;
1732N/A JVM_Bind;
1732N/A JVM_ClassDepth;
2095N/A JVM_ClassLoaderDepth;
2095N/A JVM_Clone;
2095N/A JVM_Close;
2095N/A JVM_CX8Field;
2095N/A JVM_CompileClass;
2095N/A JVM_CompileClasses;
2095N/A JVM_CompilerCommand;
3643N/A JVM_Connect;
3643N/A JVM_ConstantPoolGetClassAt;
3643N/A JVM_ConstantPoolGetClassAtIfLoaded;
3643N/A JVM_ConstantPoolGetDoubleAt;
3643N/A JVM_ConstantPoolGetFieldAt;
3643N/A JVM_ConstantPoolGetFieldAtIfLoaded;
3643N/A JVM_ConstantPoolGetFloatAt;
3854N/A JVM_ConstantPoolGetIntAt;
3854N/A JVM_ConstantPoolGetLongAt;
3854N/A JVM_ConstantPoolGetMethodAt;
4578N/A JVM_ConstantPoolGetMethodAtIfLoaded;
4578N/A JVM_ConstantPoolGetMemberRefInfoAt;
4578N/A JVM_ConstantPoolGetSize;
3854N/A JVM_ConstantPoolGetStringAt;
3643N/A JVM_ConstantPoolGetUTF8At;
4578N/A JVM_CountStackFrames;
4578N/A JVM_CurrentClassLoader;
4578N/A JVM_CurrentLoadedClass;
4578N/A JVM_CurrentThread;
4578N/A JVM_CurrentTimeMillis;
4578N/A JVM_DefineClass;
4578N/A JVM_DefineClassWithSource;
4578N/A JVM_DefineClassWithSourceCond;
4578N/A JVM_DesiredAssertionStatus;
4578N/A JVM_DisableCompiler;
4578N/A JVM_DoPrivileged;
4578N/A JVM_DTraceGetVersion;
4578N/A JVM_DTraceActivate;
4578N/A JVM_DTraceIsProbeEnabled;
4578N/A JVM_DTraceIsSupported;
3817N/A JVM_DTraceDispose;
3817N/A JVM_DumpAllStacks;
JVM_DumpThreads;
JVM_EnableCompiler;
JVM_Exit;
JVM_FillInStackTrace;
JVM_FindClassFromClass;
JVM_FindClassFromClassLoader;
JVM_FindClassFromBootLoader;
JVM_FindLibraryEntry;
JVM_FindLoadedClass;
JVM_FindPrimitiveClass;
JVM_FindSignal;
JVM_FreeMemory;
JVM_GC;
JVM_GetAllThreads;
JVM_GetArrayElement;
JVM_GetArrayLength;
JVM_GetCPClassNameUTF;
JVM_GetCPFieldClassNameUTF;
JVM_GetCPFieldModifiers;
JVM_GetCPFieldNameUTF;
JVM_GetCPFieldSignatureUTF;
JVM_GetCPMethodClassNameUTF;
JVM_GetCPMethodModifiers;
JVM_GetCPMethodNameUTF;
JVM_GetCPMethodSignatureUTF;
JVM_GetCallerClass;
JVM_GetClassAccessFlags;
JVM_GetClassAnnotations;
JVM_GetClassCPEntriesCount;
JVM_GetClassCPTypes;
JVM_GetClassConstantPool;
JVM_GetClassContext;
JVM_GetClassDeclaredConstructors;
JVM_GetClassDeclaredFields;
JVM_GetClassDeclaredMethods;
JVM_GetClassFieldsCount;
JVM_GetClassInterfaces;
JVM_GetClassLoader;
JVM_GetClassMethodsCount;
JVM_GetClassModifiers;
JVM_GetClassName;
JVM_GetClassNameUTF;
JVM_GetClassSignature;
JVM_GetClassSigners;
JVM_GetComponentType;
JVM_GetDeclaredClasses;
JVM_GetDeclaringClass;
JVM_GetEnclosingMethodInfo;
JVM_GetFieldAnnotations;
JVM_GetFieldIxModifiers;
JVM_GetHostName;
JVM_GetInheritedAccessControlContext;
JVM_GetInterfaceVersion;
JVM_GetLastErrorString;
JVM_GetManagement;
JVM_GetMethodAnnotations;
JVM_GetMethodDefaultAnnotationValue;
JVM_GetMethodIxArgsSize;
JVM_GetMethodIxByteCode;
JVM_GetMethodIxByteCodeLength;
JVM_GetMethodIxExceptionIndexes;
JVM_GetMethodIxExceptionTableEntry;
JVM_GetMethodIxExceptionTableLength;
JVM_GetMethodIxExceptionsCount;
JVM_GetMethodIxLocalsCount;
JVM_GetMethodIxMaxStack;
JVM_GetMethodIxModifiers;
JVM_GetMethodIxNameUTF;
JVM_GetMethodIxSignatureUTF;
JVM_GetMethodParameterAnnotations;
JVM_GetPrimitiveArrayElement;
JVM_GetProtectionDomain;
JVM_GetSockName;
JVM_GetSockOpt;
JVM_GetStackAccessControlContext;
JVM_GetStackTraceDepth;
JVM_GetStackTraceElement;
JVM_GetSystemPackage;
JVM_GetSystemPackages;
JVM_GetThreadStateNames;
JVM_GetThreadStateValues;
JVM_GetVersionInfo;
JVM_Halt;
JVM_HoldsLock;
JVM_IHashCode;
JVM_InitAgentProperties;
JVM_InitProperties;
JVM_InitializeCompiler;
JVM_InitializeSocketLibrary;
JVM_InternString;
JVM_Interrupt;
JVM_InvokeMethod;
JVM_IsArrayClass;
JVM_IsConstructorIx;
JVM_IsInterface;
JVM_IsInterrupted;
JVM_IsNaN;
JVM_IsPrimitiveClass;
JVM_IsSameClassPackage;
JVM_IsSilentCompiler;
JVM_IsSupportedJNIVersion;
JVM_IsThreadAlive;
JVM_LatestUserDefinedLoader;
JVM_Listen;
JVM_LoadClass0;
JVM_LoadLibrary;
JVM_Lseek;
JVM_MaxObjectInspectionAge;
JVM_MaxMemory;
JVM_MonitorNotify;
JVM_MonitorNotifyAll;
JVM_MonitorWait;
JVM_NativePath;
JVM_NanoTime;
JVM_NewArray;
JVM_NewInstanceFromConstructor;
JVM_NewMultiArray;
JVM_OnExit;
JVM_Open;
JVM_PrintStackTrace;
JVM_RaiseSignal;
JVM_RawMonitorCreate;
JVM_RawMonitorDestroy;
JVM_RawMonitorEnter;
JVM_RawMonitorExit;
JVM_Read;
JVM_Recv;
JVM_RecvFrom;
JVM_RegisterSignal;
JVM_ReleaseUTF;
JVM_ResolveClass;
JVM_ResumeThread;
JVM_Send;
JVM_SendTo;
JVM_SetArrayElement;
JVM_SetClassSigners;
JVM_SetLength;
JVM_SetNativeThreadName;
JVM_SetPrimitiveArrayElement;
JVM_SetProtectionDomain;
JVM_SetSockOpt;
JVM_SetThreadPriority;
JVM_Sleep;
JVM_Socket;
JVM_SocketAvailable;
JVM_SocketClose;
JVM_SocketShutdown;
JVM_StartThread;
JVM_StopThread;
JVM_SuspendThread;
JVM_SupportsCX8;
JVM_Sync;
JVM_Timeout;
JVM_TotalMemory;
JVM_TraceInstructions;
JVM_TraceMethodCalls;
JVM_UnloadLibrary;
JVM_Write;
JVM_Yield;
JVM_handle_solaris_signal;
# miscellaneous functions
jio_fprintf;
jio_printf;
jio_snprintf;
jio_vfprintf;
jio_vsnprintf;
# Needed because there is no JVM interface for this.
sysThreadAvailableStackWithSlack;
# This is for Forte Analyzer profiling support.
AsyncGetCallTrace;
# INSERT VTABLE SYMBOLS HERE
local:
*;
};