< 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_DefineClassWithSourceCond;
  35                 JVM_DesiredAssertionStatus;
  36                 JVM_DoPrivileged;
  37                 JVM_DumpAllStacks;
  38                 JVM_DumpThreads;
  39                 JVM_FillInStackTrace;

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


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

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

 154                 JVM_SetThreadPriority;
 155                 JVM_Sleep;
 156                 JVM_StartThread;
 157                 JVM_StopThread;
 158                 JVM_SuspendThread;
 159                 JVM_SupportsCX8;
 160                 JVM_TotalMemory;
 161                 JVM_UnloadLibrary;
 162                 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_DefineClassWithSourceCond;
  36                 JVM_DesiredAssertionStatus;
  37                 JVM_DoPrivileged;
  38                 JVM_DumpAllStacks;
  39                 JVM_DumpThreads;
  40                 JVM_FillInStackTrace;
  41                 JVM_FillStackFrames;
  42                 JVM_FindClassFromCaller;
  43                 JVM_FindClassFromClass;
  44                 JVM_FindClassFromBootLoader;
  45                 JVM_FindLibraryEntry;
  46                 JVM_FindLoadedClass;
  47                 JVM_FindPrimitiveClass;
  48                 JVM_FindSignal;
  49                 JVM_FreeMemory;
  50                 JVM_GC;
  51                 JVM_GetAllThreads;
  52                 JVM_GetArrayElement;
  53                 JVM_GetArrayLength;
  54                 JVM_GetCPClassNameUTF;
  55                 JVM_GetCPFieldClassNameUTF;
  56                 JVM_GetCPFieldModifiers;
  57                 JVM_GetCPFieldNameUTF;
  58                 JVM_GetCPFieldSignatureUTF;
  59                 JVM_GetCPMethodClassNameUTF;
  60                 JVM_GetCPMethodModifiers;
  61                 JVM_GetCPMethodNameUTF;


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