make/bsd/makefiles/mapfile-vers-product

Fri, 29 Mar 2019 15:03:32 +0000

author
andrew
date
Fri, 29 Mar 2019 15:03:32 +0000
changeset 9634
d1520f0c3524
parent 9562
dee6a1ce4a0c
child 9572
624a0741915c
child 9864
f066260954ae
permissions
-rw-r--r--

8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
Reviewed-by: erikj, dholmes

     1 #
     2 # Copyright (c) 2002, 2018, 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
    26 # Define public interface.
    27                 # _JNI
    28                 _JNI_CreateJavaVM
    29                 _JNI_GetCreatedJavaVMs
    30                 _JNI_GetDefaultJavaVMInitArgs
    32                 # _JVM
    33                 _JVM_Accept
    34                 _JVM_ActiveProcessorCount
    35                 _JVM_AllocateNewArray
    36                 _JVM_AllocateNewObject
    37                 _JVM_ArrayCopy
    38                 _JVM_AssertionStatusDirectives
    39                 _JVM_Available
    40                 _JVM_Bind
    41                 _JVM_ClassDepth
    42                 _JVM_ClassLoaderDepth
    43                 _JVM_Clone
    44                 _JVM_Close
    45                 _JVM_CX8Field
    46                 _JVM_CompileClass
    47                 _JVM_CompileClasses
    48                 _JVM_CompilerCommand
    49                 _JVM_Connect
    50                 _JVM_ConstantPoolGetClassAt
    51                 _JVM_ConstantPoolGetClassAtIfLoaded
    52                 _JVM_ConstantPoolGetDoubleAt
    53                 _JVM_ConstantPoolGetFieldAt
    54                 _JVM_ConstantPoolGetFieldAtIfLoaded
    55                 _JVM_ConstantPoolGetFloatAt
    56                 _JVM_ConstantPoolGetIntAt
    57                 _JVM_ConstantPoolGetLongAt
    58                 _JVM_ConstantPoolGetMethodAt
    59                 _JVM_ConstantPoolGetMethodAtIfLoaded
    60                 _JVM_ConstantPoolGetMemberRefInfoAt
    61                 _JVM_ConstantPoolGetSize
    62                 _JVM_ConstantPoolGetStringAt
    63                 _JVM_ConstantPoolGetUTF8At
    64                 _JVM_CopySwapMemory
    65                 _JVM_CountStackFrames
    66                 _JVM_CurrentClassLoader
    67                 _JVM_CurrentLoadedClass
    68                 _JVM_CurrentThread
    69                 _JVM_CurrentTimeMillis
    70                 _JVM_DefineClass
    71                 _JVM_DefineClassWithSource
    72                 _JVM_DefineClassWithSourceCond
    73                 _JVM_DesiredAssertionStatus
    74                 _JVM_DisableCompiler
    75                 _JVM_DoPrivileged
    76                 _JVM_DTraceGetVersion
    77                 _JVM_DTraceActivate
    78                 _JVM_DTraceIsProbeEnabled
    79                 _JVM_DTraceIsSupported
    80                 _JVM_DTraceDispose
    81                 _JVM_DumpAllStacks
    82                 _JVM_DumpThreads
    83                 _JVM_EnableCompiler
    84                 _JVM_Exit
    85                 _JVM_FillInStackTrace
    86                 _JVM_FindClassFromCaller
    87                 _JVM_FindClassFromClass
    88                 _JVM_FindClassFromClassLoader
    89                 _JVM_FindClassFromBootLoader
    90                 _JVM_FindLibraryEntry
    91                 _JVM_FindLoadedClass
    92                 _JVM_FindPrimitiveClass
    93                 _JVM_FindSignal
    94                 _JVM_FreeMemory
    95                 _JVM_GC
    96                 _JVM_GetAllThreads
    97                 _JVM_GetArrayElement
    98                 _JVM_GetArrayLength
    99                 _JVM_GetCPClassNameUTF
   100                 _JVM_GetCPFieldClassNameUTF
   101                 _JVM_GetCPFieldModifiers
   102                 _JVM_GetCPFieldNameUTF
   103                 _JVM_GetCPFieldSignatureUTF
   104                 _JVM_GetCPMethodClassNameUTF
   105                 _JVM_GetCPMethodModifiers
   106                 _JVM_GetCPMethodNameUTF
   107                 _JVM_GetCPMethodSignatureUTF
   108                 _JVM_GetCallerClass
   109                 _JVM_GetClassAccessFlags
   110                 _JVM_GetClassAnnotations
   111                 _JVM_GetClassCPEntriesCount
   112                 _JVM_GetClassCPTypes
   113                 _JVM_GetClassConstantPool
   114                 _JVM_GetClassContext
   115                 _JVM_GetClassDeclaredConstructors
   116                 _JVM_GetClassDeclaredFields
   117                 _JVM_GetClassDeclaredMethods
   118                 _JVM_GetClassFieldsCount
   119                 _JVM_GetClassInterfaces
   120                 _JVM_GetClassLoader
   121                 _JVM_GetClassMethodsCount
   122                 _JVM_GetClassModifiers
   123                 _JVM_GetClassName
   124                 _JVM_GetClassNameUTF
   125                 _JVM_GetClassSignature
   126                 _JVM_GetClassSigners
   127                 _JVM_GetClassTypeAnnotations
   128                 _JVM_GetComponentType
   129                 _JVM_GetDeclaredClasses
   130                 _JVM_GetDeclaringClass
   131                 _JVM_GetEnclosingMethodInfo
   132                 _JVM_GetFieldAnnotations
   133                 _JVM_GetFieldIxModifiers
   134                 _JVM_GetFieldTypeAnnotations
   135                 _JVM_GetHostName
   136                 _JVM_GetInheritedAccessControlContext
   137                 _JVM_GetInterfaceVersion
   138                 _JVM_GetLastErrorString
   139                 _JVM_GetManagement
   140                 _JVM_GetMethodAnnotations
   141                 _JVM_GetMethodDefaultAnnotationValue
   142                 _JVM_GetMethodIxArgsSize
   143                 _JVM_GetMethodIxByteCode
   144                 _JVM_GetMethodIxByteCodeLength
   145                 _JVM_GetMethodIxExceptionIndexes
   146                 _JVM_GetMethodIxExceptionTableEntry
   147                 _JVM_GetMethodIxExceptionTableLength
   148                 _JVM_GetMethodIxExceptionsCount
   149                 _JVM_GetMethodIxLocalsCount
   150                 _JVM_GetMethodIxMaxStack
   151                 _JVM_GetMethodIxModifiers
   152                 _JVM_GetMethodIxNameUTF
   153                 _JVM_GetMethodIxSignatureUTF
   154                 _JVM_GetMethodParameterAnnotations
   155                 _JVM_GetMethodParameters
   156                 _JVM_GetMethodTypeAnnotations
   157                 _JVM_GetPrimitiveArrayElement
   158                 _JVM_GetProtectionDomain
   159                 _JVM_GetSockName
   160                 _JVM_GetSockOpt
   161                 _JVM_GetStackAccessControlContext
   162                 _JVM_GetStackTraceDepth
   163                 _JVM_GetStackTraceElement
   164                 _JVM_GetSystemPackage
   165                 _JVM_GetSystemPackages
   166                 _JVM_GetTemporaryDirectory
   167                 _JVM_GetThreadStateNames
   168                 _JVM_GetThreadStateValues
   169                 _JVM_GetVersionInfo
   170                 _JVM_Halt
   171                 _JVM_HoldsLock
   172                 _JVM_IHashCode
   173                 _JVM_InitAgentProperties
   174                 _JVM_InitProperties
   175                 _JVM_InitializeCompiler
   176                 _JVM_InitializeSocketLibrary
   177                 _JVM_InternString
   178                 _JVM_Interrupt
   179                 _JVM_InvokeMethod
   180                 _JVM_IsArrayClass
   181                 _JVM_IsConstructorIx
   182                 _JVM_IsInterface
   183                 _JVM_IsInterrupted
   184                 _JVM_IsNaN
   185                 _JVM_IsPrimitiveClass
   186                 _JVM_IsSameClassPackage
   187                 _JVM_IsSilentCompiler
   188                 _JVM_IsSupportedJNIVersion
   189                 _JVM_IsThreadAlive
   190                 _JVM_IsVMGeneratedMethodIx
   191                 _JVM_KnownToNotExist
   192                 _JVM_GetResourceLookupCacheURLs
   193                 _JVM_GetResourceLookupCache
   194                 _JVM_LatestUserDefinedLoader
   195                 _JVM_Listen
   196                 _JVM_LoadClass0
   197                 _JVM_LoadLibrary
   198                 _JVM_Lseek
   199                 _JVM_MaxObjectInspectionAge
   200                 _JVM_MaxMemory
   201                 _JVM_MonitorNotify
   202                 _JVM_MonitorNotifyAll
   203                 _JVM_MonitorWait
   204                 _JVM_NanoTime
   205                 _JVM_NativePath
   206                 _JVM_NewArray
   207                 _JVM_NewInstanceFromConstructor
   208                 _JVM_NewMultiArray
   209                 _JVM_OnExit
   210                 _JVM_Open
   211                 _JVM_RaiseSignal
   212                 _JVM_RawMonitorCreate
   213                 _JVM_RawMonitorDestroy
   214                 _JVM_RawMonitorEnter
   215                 _JVM_RawMonitorExit
   216                 _JVM_Read
   217                 _JVM_Recv
   218                 _JVM_RecvFrom
   219                 _JVM_RegisterSignal
   220                 _JVM_ReleaseUTF
   221                 _JVM_ResolveClass
   222                 _JVM_ResumeThread
   223                 _JVM_Send
   224                 _JVM_SendTo
   225                 _JVM_SetArrayElement
   226                 _JVM_SetClassSigners
   227                 _JVM_SetLength
   228                 _JVM_SetNativeThreadName
   229                 _JVM_SetPrimitiveArrayElement
   230                 _JVM_SetSockOpt
   231                 _JVM_SetThreadPriority
   232                 _JVM_Sleep
   233                 _JVM_Socket
   234                 _JVM_SocketAvailable
   235                 _JVM_SocketClose
   236                 _JVM_SocketShutdown
   237                 _JVM_StartThread
   238                 _JVM_StopThread
   239                 _JVM_SuspendThread
   240                 _JVM_SupportsCX8
   241                 _JVM_Sync
   242                 _JVM_Timeout
   243                 _JVM_TotalMemory
   244                 _JVM_TraceInstructions
   245                 _JVM_TraceMethodCalls
   246                 _JVM_UnloadLibrary
   247                 _JVM_Write
   248                 _JVM_Yield
   249                 _JVM_handle_bsd_signal
   251                 # miscellaneous functions
   252                 _jio_fprintf
   253                 _jio_printf
   254                 _jio_snprintf
   255                 _jio_vfprintf
   256                 _jio_vsnprintf
   258                 # This is for Forte Analyzer profiling support.
   259                 _AsyncGetCallTrace
   261                 # INSERT VTABLE SYMBOLS HERE

mercurial