< prev index next >

make/linux/makefiles/mapfile-vers-debug

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


 200                 JVM_MonitorNotifyAll;
 201                 JVM_MonitorWait;
 202                 JVM_NanoTime;
 203                 JVM_NativePath;
 204                 JVM_NewArray;
 205                 JVM_NewInstanceFromConstructor;
 206                 JVM_NewMultiArray;
 207                 JVM_OnExit;
 208                 JVM_Open;
 209                 JVM_RaiseSignal;
 210                 JVM_RawMonitorCreate;
 211                 JVM_RawMonitorDestroy;
 212                 JVM_RawMonitorEnter;
 213                 JVM_RawMonitorExit;
 214                 JVM_Read;
 215                 JVM_Recv;
 216                 JVM_RecvFrom;
 217                 JVM_RegisterSignal;
 218                 JVM_ReleaseUTF;
 219                 JVM_ResolveClass;



 220                 JVM_ResumeThread;
 221                 JVM_Send;
 222                 JVM_SendTo;
 223                 JVM_SetArrayElement;
 224                 JVM_SetClassSigners;
 225                 JVM_SetLength;
 226                 JVM_SetNativeThreadName;
 227                 JVM_SetPrimitiveArrayElement;
 228                 JVM_SetSockOpt;
 229                 JVM_SetThreadPriority;
 230                 JVM_Sleep;
 231                 JVM_Socket;
 232                 JVM_SocketAvailable;
 233                 JVM_SocketClose;
 234                 JVM_SocketShutdown;
 235                 JVM_StartThread;
 236                 JVM_StopThread;
 237                 JVM_SuspendThread;
 238                 JVM_SupportsCX8;
 239                 JVM_Sync;




 200                 JVM_MonitorNotifyAll;
 201                 JVM_MonitorWait;
 202                 JVM_NanoTime;
 203                 JVM_NativePath;
 204                 JVM_NewArray;
 205                 JVM_NewInstanceFromConstructor;
 206                 JVM_NewMultiArray;
 207                 JVM_OnExit;
 208                 JVM_Open;
 209                 JVM_RaiseSignal;
 210                 JVM_RawMonitorCreate;
 211                 JVM_RawMonitorDestroy;
 212                 JVM_RawMonitorEnter;
 213                 JVM_RawMonitorExit;
 214                 JVM_Read;
 215                 JVM_Recv;
 216                 JVM_RecvFrom;
 217                 JVM_RegisterSignal;
 218                 JVM_ReleaseUTF;
 219                 JVM_ResolveClass;
 220                 JVM_KnownToNotExist;
 221                 JVM_GetResourceLookupCacheURLs;
 222                 JVM_GetResourceLookupCache;
 223                 JVM_ResumeThread;
 224                 JVM_Send;
 225                 JVM_SendTo;
 226                 JVM_SetArrayElement;
 227                 JVM_SetClassSigners;
 228                 JVM_SetLength;
 229                 JVM_SetNativeThreadName;
 230                 JVM_SetPrimitiveArrayElement;
 231                 JVM_SetSockOpt;
 232                 JVM_SetThreadPriority;
 233                 JVM_Sleep;
 234                 JVM_Socket;
 235                 JVM_SocketAvailable;
 236                 JVM_SocketClose;
 237                 JVM_SocketShutdown;
 238                 JVM_StartThread;
 239                 JVM_StopThread;
 240                 JVM_SuspendThread;
 241                 JVM_SupportsCX8;
 242                 JVM_Sync;


< prev index next >