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/solaris/makefiles/mapfile-vers
          +++ new/make/solaris/makefiles/mapfile-vers
↓ open down ↓ 181 lines elided ↑ open up ↑
 182  182                  JVM_IsConstructorIx;
 183  183                  JVM_IsInterface;
 184  184                  JVM_IsInterrupted;
 185  185                  JVM_IsNaN;
 186  186                  JVM_IsPrimitiveClass;
 187  187                  JVM_IsSameClassPackage;
 188  188                  JVM_IsSilentCompiler;
 189  189                  JVM_IsSupportedJNIVersion;
 190  190                  JVM_IsThreadAlive;
 191  191                  JVM_IsVMGeneratedMethodIx;
      192 +                JVM_KnownToNotExist;
      193 +                JVM_GetResourceLookupCacheURLs;
      194 +                JVM_GetResourceLookupCache;
 192  195                  JVM_LatestUserDefinedLoader;
 193  196                  JVM_Listen;
 194  197                  JVM_LoadClass0;
 195  198                  JVM_LoadLibrary;
 196  199                  JVM_Lseek;
 197  200                  JVM_MaxObjectInspectionAge;
 198  201                  JVM_MaxMemory;
 199  202                  JVM_MonitorNotify;
 200  203                  JVM_MonitorNotifyAll;
 201  204                  JVM_MonitorWait;
↓ open down ↓ 65 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX