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/bsd/makefiles/mapfile-vers-product
          +++ new/make/bsd/makefiles/mapfile-vers-product
↓ open down ↓ 179 lines elided ↑ open up ↑
 180  180                  _JVM_IsConstructorIx
 181  181                  _JVM_IsInterface
 182  182                  _JVM_IsInterrupted
 183  183                  _JVM_IsNaN
 184  184                  _JVM_IsPrimitiveClass
 185  185                  _JVM_IsSameClassPackage
 186  186                  _JVM_IsSilentCompiler
 187  187                  _JVM_IsSupportedJNIVersion
 188  188                  _JVM_IsThreadAlive
 189  189                  _JVM_IsVMGeneratedMethodIx
      190 +                _JVM_KnownToNotExist
      191 +                _JVM_GetResourceLookupCacheURLs
      192 +                _JVM_GetResourceLookupCache
 190  193                  _JVM_LatestUserDefinedLoader
 191  194                  _JVM_Listen
 192  195                  _JVM_LoadClass0
 193  196                  _JVM_LoadLibrary
 194  197                  _JVM_Lseek
 195  198                  _JVM_MaxObjectInspectionAge
 196  199                  _JVM_MaxMemory
 197  200                  _JVM_MonitorNotify
 198  201                  _JVM_MonitorNotifyAll
 199  202                  _JVM_MonitorWait
↓ open down ↓ 59 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX