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

Split Split Close
Expand all
Collapse all
          --- old/make/linux/makefiles/mapfile-vers-product
          +++ new/make/linux/makefiles/mapfile-vers-product
↓ open down ↓ 209 lines elided ↑ open up ↑
 210  210                  JVM_RawMonitorCreate;
 211  211                  JVM_RawMonitorDestroy;
 212  212                  JVM_RawMonitorEnter;
 213  213                  JVM_RawMonitorExit;
 214  214                  JVM_Read;
 215  215                  JVM_Recv;
 216  216                  JVM_RecvFrom;
 217  217                  JVM_RegisterSignal;
 218  218                  JVM_ReleaseUTF;
 219  219                  JVM_ResolveClass;
      220 +                JVM_KnownToNotExist;
      221 +                JVM_GetResourceLookupCacheURLs;
      222 +                JVM_GetResourceLookupCache;
 220  223                  JVM_ResumeThread;
 221  224                  JVM_Send;
 222  225                  JVM_SendTo;
 223  226                  JVM_SetArrayElement;
 224  227                  JVM_SetClassSigners;
 225  228                  JVM_SetLength;
 226  229                  JVM_SetNativeThreadName;
 227  230                  JVM_SetPrimitiveArrayElement;
 228  231                  JVM_SetSockOpt;
 229  232                  JVM_SetThreadPriority;
↓ open down ↓ 41 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX