comparison src/share/vm/classfile/vmSymbols.hpp @ 6181:f8de958e5b2c

7176856: add the JRE name to the error log Reviewed-by: coleenp, jrose, kvn, twisti Contributed-by: Krystal Mok <sajia@taobao.com>
author twisti
date Mon, 18 Jun 2012 12:29:21 -0700
parents 8b0a4867acf0
children 6d8f36bcef55
comparison
equal deleted inserted replaced
6180:eeb819cf36e5 6181:f8de958e5b2c
108 template(sun_misc_Signal, "sun/misc/Signal") \ 108 template(sun_misc_Signal, "sun/misc/Signal") \
109 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \ 109 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \
110 template(sun_jkernel_DownloadManager, "sun/jkernel/DownloadManager") \ 110 template(sun_jkernel_DownloadManager, "sun/jkernel/DownloadManager") \
111 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \ 111 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \
112 template(sun_misc_PostVMInitHook, "sun/misc/PostVMInitHook") \ 112 template(sun_misc_PostVMInitHook, "sun/misc/PostVMInitHook") \
113 \
114 /* Java runtime version access */ \
115 template(sun_misc_Version, "sun/misc/Version") \
116 template(java_runtime_name_name, "java_runtime_name") \
113 \ 117 \
114 /* class file format tags */ \ 118 /* class file format tags */ \
115 template(tag_source_file, "SourceFile") \ 119 template(tag_source_file, "SourceFile") \
116 template(tag_inner_classes, "InnerClasses") \ 120 template(tag_inner_classes, "InnerClasses") \
117 template(tag_constant_value, "ConstantValue") \ 121 template(tag_constant_value, "ConstantValue") \