< prev index next >

make/solaris/makefiles/mapfile-vers

Print this page
rev 6864 : 8061651: Interface to the Lookup Index Cache to improve URLClassPath search time
Summary: Implemented the interface in sun.misc.URLClassPath and corresponding JVM_XXX APIs
Reviewed-by: mchung, acorn, jiangli, dholmes


 172                 JVM_HoldsLock;
 173                 JVM_IHashCode;
 174                 JVM_InitAgentProperties;
 175                 JVM_InitProperties;
 176                 JVM_InitializeCompiler;
 177                 JVM_InitializeSocketLibrary;
 178                 JVM_InternString;
 179                 JVM_Interrupt;
 180                 JVM_InvokeMethod;
 181                 JVM_IsArrayClass;
 182                 JVM_IsConstructorIx;
 183                 JVM_IsInterface;
 184                 JVM_IsInterrupted;
 185                 JVM_IsNaN;
 186                 JVM_IsPrimitiveClass;
 187                 JVM_IsSameClassPackage;
 188                 JVM_IsSilentCompiler;
 189                 JVM_IsSupportedJNIVersion;
 190                 JVM_IsThreadAlive;
 191                 JVM_IsVMGeneratedMethodIx;



 192                 JVM_LatestUserDefinedLoader;
 193                 JVM_Listen;
 194                 JVM_LoadClass0;
 195                 JVM_LoadLibrary;
 196                 JVM_Lseek;
 197                 JVM_MaxObjectInspectionAge;
 198                 JVM_MaxMemory;
 199                 JVM_MonitorNotify;
 200                 JVM_MonitorNotifyAll;
 201                 JVM_MonitorWait;
 202                 JVM_NativePath;
 203                 JVM_NanoTime;
 204                 JVM_NewArray;
 205                 JVM_NewInstanceFromConstructor;
 206                 JVM_NewMultiArray;
 207                 JVM_OnExit;
 208                 JVM_Open;
 209                 JVM_RaiseSignal;
 210                 JVM_RawMonitorCreate;
 211                 JVM_RawMonitorDestroy;




 172                 JVM_HoldsLock;
 173                 JVM_IHashCode;
 174                 JVM_InitAgentProperties;
 175                 JVM_InitProperties;
 176                 JVM_InitializeCompiler;
 177                 JVM_InitializeSocketLibrary;
 178                 JVM_InternString;
 179                 JVM_Interrupt;
 180                 JVM_InvokeMethod;
 181                 JVM_IsArrayClass;
 182                 JVM_IsConstructorIx;
 183                 JVM_IsInterface;
 184                 JVM_IsInterrupted;
 185                 JVM_IsNaN;
 186                 JVM_IsPrimitiveClass;
 187                 JVM_IsSameClassPackage;
 188                 JVM_IsSilentCompiler;
 189                 JVM_IsSupportedJNIVersion;
 190                 JVM_IsThreadAlive;
 191                 JVM_IsVMGeneratedMethodIx;
 192                 JVM_KnownToNotExist;
 193                 JVM_GetResourceLookupCacheURLs;
 194                 JVM_GetResourceLookupCache;
 195                 JVM_LatestUserDefinedLoader;
 196                 JVM_Listen;
 197                 JVM_LoadClass0;
 198                 JVM_LoadLibrary;
 199                 JVM_Lseek;
 200                 JVM_MaxObjectInspectionAge;
 201                 JVM_MaxMemory;
 202                 JVM_MonitorNotify;
 203                 JVM_MonitorNotifyAll;
 204                 JVM_MonitorWait;
 205                 JVM_NativePath;
 206                 JVM_NanoTime;
 207                 JVM_NewArray;
 208                 JVM_NewInstanceFromConstructor;
 209                 JVM_NewMultiArray;
 210                 JVM_OnExit;
 211                 JVM_Open;
 212                 JVM_RaiseSignal;
 213                 JVM_RawMonitorCreate;
 214                 JVM_RawMonitorDestroy;


< prev index next >