comparison src/share/vm/classfile/vmSymbols.hpp @ 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 166d744df0de
children 02c7eebe5f52
comparison
equal deleted inserted replaced
20607:f5f752e74840 20608:4cb90023bf2b
114 template(sun_misc_Signal, "sun/misc/Signal") \ 114 template(sun_misc_Signal, "sun/misc/Signal") \
115 template(sun_misc_Launcher, "sun/misc/Launcher") \ 115 template(sun_misc_Launcher, "sun/misc/Launcher") \
116 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \ 116 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \
117 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \ 117 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \
118 template(sun_misc_PostVMInitHook, "sun/misc/PostVMInitHook") \ 118 template(sun_misc_PostVMInitHook, "sun/misc/PostVMInitHook") \
119 template(sun_misc_Launcher_AppClassLoader, "sun/misc/Launcher$AppClassLoader") \
119 template(sun_misc_Launcher_ExtClassLoader, "sun/misc/Launcher$ExtClassLoader") \ 120 template(sun_misc_Launcher_ExtClassLoader, "sun/misc/Launcher$ExtClassLoader") \
120 \ 121 \
121 /* Java runtime version access */ \ 122 /* Java runtime version access */ \
122 template(sun_misc_Version, "sun/misc/Version") \ 123 template(sun_misc_Version, "sun/misc/Version") \
123 template(java_runtime_name_name, "java_runtime_name") \ 124 template(java_runtime_name_name, "java_runtime_name") \