comparison make/linux/makefiles/mapfile-vers-product @ 20608:4cb90023bf2b

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
author iklam
date Mon, 13 Oct 2014 16:09:57 -0700
parents 1e657b902392
children 7848fc12602b
comparison
equal deleted inserted replaced
20607:f5f752e74840 20608:4cb90023bf2b
215 JVM_Recv; 215 JVM_Recv;
216 JVM_RecvFrom; 216 JVM_RecvFrom;
217 JVM_RegisterSignal; 217 JVM_RegisterSignal;
218 JVM_ReleaseUTF; 218 JVM_ReleaseUTF;
219 JVM_ResolveClass; 219 JVM_ResolveClass;
220 JVM_KnownToNotExist;
221 JVM_GetResourceLookupCacheURLs;
222 JVM_GetResourceLookupCache;
220 JVM_ResumeThread; 223 JVM_ResumeThread;
221 JVM_Send; 224 JVM_Send;
222 JVM_SendTo; 225 JVM_SendTo;
223 JVM_SetArrayElement; 226 JVM_SetArrayElement;
224 JVM_SetClassSigners; 227 JVM_SetClassSigners;