< prev index next >

hotspot/make/share/makefiles/mapfile-vers

Print this page


   1                 # JNI
   2                 JNI_CreateJavaVM;
   3                 JNI_GetCreatedJavaVMs;
   4                 JNI_GetDefaultJavaVMInitArgs;
   5 
   6                 # JVM
   7                 JVM_ActiveProcessorCount;
   8                 JVM_ArrayCopy;
   9                 JVM_AssertionStatusDirectives;

  10                 JVM_ClassDepth;
  11                 JVM_ClassLoaderDepth;
  12                 JVM_Clone;
  13                 JVM_ConstantPoolGetClassAt;
  14                 JVM_ConstantPoolGetClassAtIfLoaded;
  15                 JVM_ConstantPoolGetDoubleAt;
  16                 JVM_ConstantPoolGetFieldAt;
  17                 JVM_ConstantPoolGetFieldAtIfLoaded;
  18                 JVM_ConstantPoolGetFloatAt;
  19                 JVM_ConstantPoolGetIntAt;
  20                 JVM_ConstantPoolGetLongAt;
  21                 JVM_ConstantPoolGetMethodAt;
  22                 JVM_ConstantPoolGetMethodAtIfLoaded;
  23                 JVM_ConstantPoolGetMemberRefInfoAt;
  24                 JVM_ConstantPoolGetSize;
  25                 JVM_ConstantPoolGetStringAt;
  26                 JVM_ConstantPoolGetUTF8At;
  27                 JVM_CountStackFrames;
  28                 JVM_CurrentClassLoader;
  29                 JVM_CurrentLoadedClass;
  30                 JVM_CurrentThread;
  31                 JVM_CurrentTimeMillis;
  32                 JVM_DefineClass;
  33                 JVM_DefineClassWithSource;
  34                 JVM_DesiredAssertionStatus;
  35                 JVM_DoPrivileged;
  36                 JVM_DumpAllStacks;
  37                 JVM_DumpThreads;
  38                 JVM_FillInStackTrace;

  39                 JVM_FindClassFromCaller;
  40                 JVM_FindClassFromClass;
  41                 JVM_FindClassFromBootLoader;
  42                 JVM_FindLibraryEntry;
  43                 JVM_FindLoadedClass;
  44                 JVM_FindPrimitiveClass;
  45                 JVM_FindSignal;
  46                 JVM_FreeMemory;
  47                 JVM_GC;
  48                 JVM_GetAllThreads;
  49                 JVM_GetArrayElement;
  50                 JVM_GetArrayLength;
  51                 JVM_GetCPClassNameUTF;
  52                 JVM_GetCPFieldClassNameUTF;
  53                 JVM_GetCPFieldModifiers;
  54                 JVM_GetCPFieldNameUTF;
  55                 JVM_GetCPFieldSignatureUTF;
  56                 JVM_GetCPMethodClassNameUTF;
  57                 JVM_GetCPMethodModifiers;
  58                 JVM_GetCPMethodNameUTF;


 116                 JVM_InitProperties;
 117                 JVM_InternString;
 118                 JVM_Interrupt;
 119                 JVM_InvokeMethod;
 120                 JVM_IsArrayClass;
 121                 JVM_IsConstructorIx;
 122                 JVM_IsInterface;
 123                 JVM_IsInterrupted;
 124                 JVM_IsPrimitiveClass;
 125                 JVM_IsSameClassPackage;
 126                 JVM_IsSupportedJNIVersion;
 127                 JVM_IsThreadAlive;
 128                 JVM_IsVMGeneratedMethodIx;
 129                 JVM_LatestUserDefinedLoader;
 130                 JVM_LoadLibrary;
 131                 JVM_MaxObjectInspectionAge;
 132                 JVM_MaxMemory;
 133                 JVM_MonitorNotify;
 134                 JVM_MonitorNotifyAll;
 135                 JVM_MonitorWait;

 136                 JVM_NanoTime;
 137                 JVM_NativePath;
 138                 JVM_NewArray;
 139                 JVM_NewInstanceFromConstructor;
 140                 JVM_NewMultiArray;
 141                 JVM_RaiseSignal;
 142                 JVM_RawMonitorCreate;
 143                 JVM_RawMonitorDestroy;
 144                 JVM_RawMonitorEnter;
 145                 JVM_RawMonitorExit;
 146                 JVM_RegisterSignal;
 147                 JVM_ReleaseUTF;
 148                 JVM_ResumeThread;
 149                 JVM_SetArrayElement;
 150                 JVM_SetClassSigners;
 151                 JVM_SetNativeThreadName;
 152                 JVM_SetPrimitiveArrayElement;

 153                 JVM_SetThreadPriority;
 154                 JVM_Sleep;
 155                 JVM_StartThread;
 156                 JVM_StopThread;
 157                 JVM_SuspendThread;
 158                 JVM_SupportsCX8;
 159                 JVM_TotalMemory;
 160                 JVM_UnloadLibrary;
 161                 JVM_Yield;
   1                 # JNI
   2                 JNI_CreateJavaVM;
   3                 JNI_GetCreatedJavaVMs;
   4                 JNI_GetDefaultJavaVMInitArgs;
   5 
   6                 # JVM
   7                 JVM_ActiveProcessorCount;
   8                 JVM_ArrayCopy;
   9                 JVM_AssertionStatusDirectives;
  10                 JVM_CallStackWalk;
  11                 JVM_ClassDepth;
  12                 JVM_ClassLoaderDepth;
  13                 JVM_Clone;
  14                 JVM_ConstantPoolGetClassAt;
  15                 JVM_ConstantPoolGetClassAtIfLoaded;
  16                 JVM_ConstantPoolGetDoubleAt;
  17                 JVM_ConstantPoolGetFieldAt;
  18                 JVM_ConstantPoolGetFieldAtIfLoaded;
  19                 JVM_ConstantPoolGetFloatAt;
  20                 JVM_ConstantPoolGetIntAt;
  21                 JVM_ConstantPoolGetLongAt;
  22                 JVM_ConstantPoolGetMethodAt;
  23                 JVM_ConstantPoolGetMethodAtIfLoaded;
  24                 JVM_ConstantPoolGetMemberRefInfoAt;
  25                 JVM_ConstantPoolGetSize;
  26                 JVM_ConstantPoolGetStringAt;
  27                 JVM_ConstantPoolGetUTF8At;
  28                 JVM_CountStackFrames;
  29                 JVM_CurrentClassLoader;
  30                 JVM_CurrentLoadedClass;
  31                 JVM_CurrentThread;
  32                 JVM_CurrentTimeMillis;
  33                 JVM_DefineClass;
  34                 JVM_DefineClassWithSource;
  35                 JVM_DesiredAssertionStatus;
  36                 JVM_DoPrivileged;
  37                 JVM_DumpAllStacks;
  38                 JVM_DumpThreads;
  39                 JVM_FillInStackTrace;
  40                 JVM_FillStackFrames;
  41                 JVM_FindClassFromCaller;
  42                 JVM_FindClassFromClass;
  43                 JVM_FindClassFromBootLoader;
  44                 JVM_FindLibraryEntry;
  45                 JVM_FindLoadedClass;
  46                 JVM_FindPrimitiveClass;
  47                 JVM_FindSignal;
  48                 JVM_FreeMemory;
  49                 JVM_GC;
  50                 JVM_GetAllThreads;
  51                 JVM_GetArrayElement;
  52                 JVM_GetArrayLength;
  53                 JVM_GetCPClassNameUTF;
  54                 JVM_GetCPFieldClassNameUTF;
  55                 JVM_GetCPFieldModifiers;
  56                 JVM_GetCPFieldNameUTF;
  57                 JVM_GetCPFieldSignatureUTF;
  58                 JVM_GetCPMethodClassNameUTF;
  59                 JVM_GetCPMethodModifiers;
  60                 JVM_GetCPMethodNameUTF;


 118                 JVM_InitProperties;
 119                 JVM_InternString;
 120                 JVM_Interrupt;
 121                 JVM_InvokeMethod;
 122                 JVM_IsArrayClass;
 123                 JVM_IsConstructorIx;
 124                 JVM_IsInterface;
 125                 JVM_IsInterrupted;
 126                 JVM_IsPrimitiveClass;
 127                 JVM_IsSameClassPackage;
 128                 JVM_IsSupportedJNIVersion;
 129                 JVM_IsThreadAlive;
 130                 JVM_IsVMGeneratedMethodIx;
 131                 JVM_LatestUserDefinedLoader;
 132                 JVM_LoadLibrary;
 133                 JVM_MaxObjectInspectionAge;
 134                 JVM_MaxMemory;
 135                 JVM_MonitorNotify;
 136                 JVM_MonitorNotifyAll;
 137                 JVM_MonitorWait;
 138                 JVM_MoreStackWalk;
 139                 JVM_NanoTime;
 140                 JVM_NativePath;
 141                 JVM_NewArray;
 142                 JVM_NewInstanceFromConstructor;
 143                 JVM_NewMultiArray;
 144                 JVM_RaiseSignal;
 145                 JVM_RawMonitorCreate;
 146                 JVM_RawMonitorDestroy;
 147                 JVM_RawMonitorEnter;
 148                 JVM_RawMonitorExit;
 149                 JVM_RegisterSignal;
 150                 JVM_ReleaseUTF;
 151                 JVM_ResumeThread;
 152                 JVM_SetArrayElement;
 153                 JVM_SetClassSigners;
 154                 JVM_SetNativeThreadName;
 155                 JVM_SetPrimitiveArrayElement;
 156                 JVM_SetMethodInfo;
 157                 JVM_SetThreadPriority;
 158                 JVM_Sleep;
 159                 JVM_StartThread;
 160                 JVM_StopThread;
 161                 JVM_SuspendThread;
 162                 JVM_SupportsCX8;
 163                 JVM_TotalMemory;
 164                 JVM_UnloadLibrary;
 165                 JVM_Yield;
< prev index next >