mapfile-vers-debug revision 2796
2796N/A#
2796N/A# @(#)mapfile-vers-debug 1.18 07/10/25 16:47:35
2796N/A#
2796N/A
2796N/A#
2796N/A# Copyright (c) 2002, 2011, 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.
2796N/A#
2796N/A#
2796N/A
2796N/A# Define public interface.
2796N/A
2796N/ASUNWprivate_1.1 {
2796N/A global:
2796N/A # JNI
2796N/A JNI_CreateJavaVM;
2796N/A JNI_GetCreatedJavaVMs;
2796N/A JNI_GetDefaultJavaVMInitArgs;
2796N/A
2796N/A # JVM
2796N/A JVM_Accept;
2796N/A JVM_ActiveProcessorCount;
2796N/A JVM_AllocateNewArray;
2796N/A JVM_AllocateNewObject;
2796N/A JVM_ArrayCopy;
2796N/A JVM_AssertionStatusDirectives;
2796N/A JVM_Available;
2796N/A JVM_Bind;
2796N/A JVM_ClassDepth;
2796N/A JVM_ClassLoaderDepth;
2796N/A JVM_Clone;
2796N/A JVM_Close;
2796N/A JVM_CX8Field;
2796N/A JVM_CompileClass;
2796N/A JVM_CompileClasses;
2796N/A JVM_CompilerCommand;
2796N/A JVM_Connect;
2796N/A JVM_ConstantPoolGetClassAt;
2796N/A JVM_ConstantPoolGetClassAtIfLoaded;
2796N/A JVM_ConstantPoolGetDoubleAt;
2796N/A JVM_ConstantPoolGetFieldAt;
2796N/A JVM_ConstantPoolGetFieldAtIfLoaded;
2796N/A JVM_ConstantPoolGetFloatAt;
2796N/A JVM_ConstantPoolGetIntAt;
2796N/A JVM_ConstantPoolGetLongAt;
2796N/A JVM_ConstantPoolGetMethodAt;
2796N/A JVM_ConstantPoolGetMethodAtIfLoaded;
2796N/A JVM_ConstantPoolGetMemberRefInfoAt;
2796N/A JVM_ConstantPoolGetSize;
2796N/A JVM_ConstantPoolGetStringAt;
2796N/A JVM_ConstantPoolGetUTF8At;
2796N/A JVM_CountStackFrames;
2796N/A JVM_CurrentClassLoader;
2796N/A JVM_CurrentLoadedClass;
2796N/A JVM_CurrentThread;
2796N/A JVM_CurrentTimeMillis;
2796N/A JVM_DefineClass;
2796N/A JVM_DefineClassWithSource;
2796N/A JVM_DefineClassWithSourceCond;
2796N/A JVM_DesiredAssertionStatus;
2796N/A JVM_DisableCompiler;
2796N/A JVM_DoPrivileged;
2796N/A JVM_DTraceGetVersion;
2796N/A JVM_DTraceActivate;
2796N/A JVM_DTraceIsProbeEnabled;
2796N/A JVM_DTraceIsSupported;
2796N/A JVM_DTraceDispose;
2796N/A JVM_DumpAllStacks;
2796N/A JVM_DumpThreads;
2796N/A JVM_EnableCompiler;
2796N/A JVM_Exit;
2796N/A JVM_FillInStackTrace;
2796N/A JVM_FindClassFromClass;
2796N/A JVM_FindClassFromClassLoader;
2796N/A JVM_FindClassFromBootLoader;
2796N/A JVM_FindLibraryEntry;
2796N/A JVM_FindLoadedClass;
2796N/A JVM_FindPrimitiveClass;
2796N/A JVM_FindSignal;
2796N/A JVM_FreeMemory;
2796N/A JVM_GC;
2796N/A JVM_GetAllThreads;
2796N/A JVM_GetArrayElement;
2796N/A JVM_GetArrayLength;
2796N/A JVM_GetCPClassNameUTF;
2796N/A JVM_GetCPFieldClassNameUTF;
2796N/A JVM_GetCPFieldModifiers;
2796N/A JVM_GetCPFieldNameUTF;
2796N/A JVM_GetCPFieldSignatureUTF;
2796N/A JVM_GetCPMethodClassNameUTF;
2796N/A JVM_GetCPMethodModifiers;
2796N/A JVM_GetCPMethodNameUTF;
2796N/A JVM_GetCPMethodSignatureUTF;
2796N/A JVM_GetCallerClass;
2796N/A JVM_GetClassAccessFlags;
2796N/A JVM_GetClassAnnotations;
2796N/A JVM_GetClassCPEntriesCount;
2796N/A JVM_GetClassCPTypes;
2796N/A JVM_GetClassConstantPool;
2796N/A JVM_GetClassContext;
2796N/A JVM_GetClassDeclaredConstructors;
2796N/A JVM_GetClassDeclaredFields;
2796N/A JVM_GetClassDeclaredMethods;
2796N/A JVM_GetClassFieldsCount;
2796N/A JVM_GetClassInterfaces;
2796N/A JVM_GetClassLoader;
2796N/A JVM_GetClassMethodsCount;
2796N/A JVM_GetClassModifiers;
2796N/A JVM_GetClassName;
2796N/A JVM_GetClassNameUTF;
2796N/A JVM_GetClassSignature;
2796N/A JVM_GetClassSigners;
2796N/A JVM_GetComponentType;
2796N/A JVM_GetDeclaredClasses;
2796N/A JVM_GetDeclaringClass;
2796N/A JVM_GetEnclosingMethodInfo;
2796N/A JVM_GetFieldAnnotations;
2796N/A JVM_GetFieldIxModifiers;
2796N/A JVM_GetHostName;
2796N/A JVM_GetInheritedAccessControlContext;
2796N/A JVM_GetInterfaceVersion;
2796N/A JVM_GetLastErrorString;
2796N/A JVM_GetManagement;
2796N/A JVM_GetMethodAnnotations;
2796N/A JVM_GetMethodDefaultAnnotationValue;
2796N/A JVM_GetMethodIxArgsSize;
2796N/A JVM_GetMethodIxByteCode;
2796N/A JVM_GetMethodIxByteCodeLength;
2796N/A JVM_GetMethodIxExceptionIndexes;
2796N/A JVM_GetMethodIxExceptionTableEntry;
2796N/A JVM_GetMethodIxExceptionTableLength;
2796N/A JVM_GetMethodIxExceptionsCount;
2796N/A JVM_GetMethodIxLocalsCount;
2796N/A JVM_GetMethodIxMaxStack;
2796N/A JVM_GetMethodIxModifiers;
2796N/A JVM_GetMethodIxNameUTF;
2796N/A JVM_GetMethodIxSignatureUTF;
2796N/A JVM_GetMethodParameterAnnotations;
2796N/A JVM_GetPrimitiveArrayElement;
2796N/A JVM_GetProtectionDomain;
2796N/A JVM_GetSockName;
2796N/A JVM_GetSockOpt;
2796N/A JVM_GetStackAccessControlContext;
2796N/A JVM_GetStackTraceDepth;
2796N/A JVM_GetStackTraceElement;
2796N/A JVM_GetSystemPackage;
2796N/A JVM_GetSystemPackages;
2796N/A JVM_GetThreadStateNames;
2796N/A JVM_GetThreadStateValues;
2796N/A JVM_GetVersionInfo;
2796N/A JVM_Halt;
2796N/A JVM_HoldsLock;
2796N/A JVM_IHashCode;
2796N/A JVM_InitAgentProperties;
2796N/A JVM_InitProperties;
2796N/A JVM_InitializeCompiler;
2796N/A JVM_InitializeSocketLibrary;
2796N/A JVM_InternString;
2796N/A JVM_Interrupt;
2796N/A JVM_InvokeMethod;
2796N/A JVM_IsArrayClass;
2796N/A JVM_IsConstructorIx;
2796N/A JVM_IsInterface;
2796N/A JVM_IsInterrupted;
2796N/A JVM_IsNaN;
2796N/A JVM_IsPrimitiveClass;
2796N/A JVM_IsSameClassPackage;
2796N/A JVM_IsSilentCompiler;
2796N/A JVM_IsSupportedJNIVersion;
2796N/A JVM_IsThreadAlive;
2796N/A JVM_LatestUserDefinedLoader;
2796N/A JVM_Listen;
2796N/A JVM_LoadClass0;
2796N/A JVM_LoadLibrary;
2796N/A JVM_Lseek;
2796N/A JVM_MaxObjectInspectionAge;
2796N/A JVM_MaxMemory;
2796N/A JVM_MonitorNotify;
2796N/A JVM_MonitorNotifyAll;
2796N/A JVM_MonitorWait;
2796N/A JVM_NanoTime;
2796N/A JVM_NativePath;
2796N/A JVM_NewArray;
2796N/A JVM_NewInstanceFromConstructor;
2796N/A JVM_NewMultiArray;
2796N/A JVM_OnExit;
2796N/A JVM_Open;
2796N/A JVM_PrintStackTrace;
2796N/A JVM_RaiseSignal;
2796N/A JVM_RawMonitorCreate;
2796N/A JVM_RawMonitorDestroy;
2796N/A JVM_RawMonitorEnter;
2796N/A JVM_RawMonitorExit;
2796N/A JVM_Read;
2796N/A JVM_Recv;
2796N/A JVM_RecvFrom;
2796N/A JVM_RegisterSignal;
2796N/A JVM_ReleaseUTF;
2796N/A JVM_ResolveClass;
2796N/A JVM_ResumeThread;
2796N/A JVM_Send;
2796N/A JVM_SendTo;
2796N/A JVM_SetArrayElement;
2796N/A JVM_SetClassSigners;
2796N/A JVM_SetLength;
2796N/A JVM_SetPrimitiveArrayElement;
2796N/A JVM_SetProtectionDomain;
2796N/A JVM_SetSockOpt;
2796N/A JVM_SetThreadPriority;
2796N/A JVM_Sleep;
2796N/A JVM_Socket;
2796N/A JVM_SocketAvailable;
2796N/A JVM_SocketClose;
2796N/A JVM_SocketShutdown;
2796N/A JVM_StartThread;
2796N/A JVM_StopThread;
2796N/A JVM_SuspendThread;
2796N/A JVM_SupportsCX8;
2796N/A JVM_Sync;
2796N/A JVM_Timeout;
2796N/A JVM_TotalMemory;
2796N/A JVM_TraceInstructions;
2796N/A JVM_TraceMethodCalls;
2796N/A JVM_UnloadLibrary;
2796N/A JVM_Write;
2796N/A JVM_Yield;
2796N/A JVM_handle_bsd_signal;
2796N/A
2796N/A # Old reflection routines
2796N/A # These do not need to be present in the product build in JDK 1.4
2796N/A # but their code has not been removed yet because there will not
2796N/A # be a substantial code savings until JVM_InvokeMethod and
2796N/A # JVM_NewInstanceFromConstructor can also be removed; see
2796N/A # reflectionCompat.hpp.
2796N/A JVM_GetClassConstructor;
2796N/A JVM_GetClassConstructors;
2796N/A JVM_GetClassField;
2796N/A JVM_GetClassFields;
2796N/A JVM_GetClassMethod;
2796N/A JVM_GetClassMethods;
2796N/A JVM_GetField;
2796N/A JVM_GetPrimitiveField;
2796N/A JVM_NewInstance;
2796N/A JVM_SetField;
2796N/A JVM_SetPrimitiveField;
2796N/A
2796N/A # debug JVM
2796N/A JVM_AccessVMBooleanFlag;
2796N/A JVM_AccessVMIntFlag;
2796N/A JVM_VMBreakPoint;
2796N/A
2796N/A # miscellaneous functions
2796N/A jio_fprintf;
2796N/A jio_printf;
2796N/A jio_snprintf;
2796N/A jio_vfprintf;
2796N/A jio_vsnprintf;
2796N/A fork1;
2796N/A numa_warn;
2796N/A numa_error;
2796N/A
2796N/A # Needed because there is no JVM interface for this.
2796N/A sysThreadAvailableStackWithSlack;
2796N/A
2796N/A # This is for Forte Analyzer profiling support.
2796N/A AsyncGetCallTrace;
2796N/A
2796N/A # INSERT VTABLE SYMBOLS HERE
2796N/A
2796N/A local:
2796N/A *;
2796N/A};
2796N/A