comparison src/share/vm/classfile/vmSymbols.hpp @ 1115:4b966d9946a3

6888880: JKernel VM to inject the sun.jkernel.DownloadManager as a boot classloader hook Summary: Call sun.jkernel.DownloadManager.setBootClassLoaderHook during the kernel VM initialization Reviewed-by: alanb, coleenp, acorn
author mchung
date Wed, 25 Nov 2009 08:37:04 -0800
parents 389049f3f393
children a5a6adfca6ec
comparison
equal deleted inserted replaced
1076:1920bd911283 1115:4b966d9946a3
102 template(java_lang_Compiler, "java/lang/Compiler") \ 102 template(java_lang_Compiler, "java/lang/Compiler") \
103 template(sun_misc_Signal, "sun/misc/Signal") \ 103 template(sun_misc_Signal, "sun/misc/Signal") \
104 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \ 104 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \
105 template(sun_jkernel_DownloadManager, "sun/jkernel/DownloadManager") \ 105 template(sun_jkernel_DownloadManager, "sun/jkernel/DownloadManager") \
106 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \ 106 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \
107 template(setBootClassLoaderHook_name, "setBootClassLoaderHook") \
107 \ 108 \
108 /* class file format tags */ \ 109 /* class file format tags */ \
109 template(tag_source_file, "SourceFile") \ 110 template(tag_source_file, "SourceFile") \
110 template(tag_inner_classes, "InnerClasses") \ 111 template(tag_inner_classes, "InnerClasses") \
111 template(tag_constant_value, "ConstantValue") \ 112 template(tag_constant_value, "ConstantValue") \