comparison src/share/vm/classfile/vmSymbols.hpp @ 2202:f36c9fe788b8

7017673: Remove setting of the sun.jkernel.DownloadManager as a boot classloader hook Reviewed-by: alanb, dcubed, coleenp
author mchung
date Tue, 08 Feb 2011 09:11:37 -0800
parents 3582bf76420e
children 0cd39a385a72 72dee110246f
comparison
equal deleted inserted replaced
2197:5e139f767ddb 2202:f36c9fe788b8
106 template(java_lang_Compiler, "java/lang/Compiler") \ 106 template(java_lang_Compiler, "java/lang/Compiler") \
107 template(sun_misc_Signal, "sun/misc/Signal") \ 107 template(sun_misc_Signal, "sun/misc/Signal") \
108 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \ 108 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \
109 template(sun_jkernel_DownloadManager, "sun/jkernel/DownloadManager") \ 109 template(sun_jkernel_DownloadManager, "sun/jkernel/DownloadManager") \
110 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \ 110 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \
111 template(setBootClassLoaderHook_name, "setBootClassLoaderHook") \
112 template(sun_misc_PostVMInitHook, "sun/misc/PostVMInitHook") \ 111 template(sun_misc_PostVMInitHook, "sun/misc/PostVMInitHook") \
113 \ 112 \
114 /* class file format tags */ \ 113 /* class file format tags */ \
115 template(tag_source_file, "SourceFile") \ 114 template(tag_source_file, "SourceFile") \
116 template(tag_inner_classes, "InnerClasses") \ 115 template(tag_inner_classes, "InnerClasses") \