comparison src/share/vm/classfile/vmSymbols.hpp @ 2011:dad31fc330cd

7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute Reviewed-by: twisti
author jrose
date Fri, 03 Dec 2010 15:53:57 -0800
parents f95d63e2154a
children 06f017f7daa7 8f8dfba37802
comparison
equal deleted inserted replaced
2010:7601ab0e1e33 2011:dad31fc330cd
130 template(tag_runtime_invisible_annotations, "RuntimeInvisibleAnnotations") \ 130 template(tag_runtime_invisible_annotations, "RuntimeInvisibleAnnotations") \
131 template(tag_runtime_visible_parameter_annotations, "RuntimeVisibleParameterAnnotations") \ 131 template(tag_runtime_visible_parameter_annotations, "RuntimeVisibleParameterAnnotations") \
132 template(tag_runtime_invisible_parameter_annotations,"RuntimeInvisibleParameterAnnotations") \ 132 template(tag_runtime_invisible_parameter_annotations,"RuntimeInvisibleParameterAnnotations") \
133 template(tag_annotation_default, "AnnotationDefault") \ 133 template(tag_annotation_default, "AnnotationDefault") \
134 template(tag_enclosing_method, "EnclosingMethod") \ 134 template(tag_enclosing_method, "EnclosingMethod") \
135 template(tag_bootstrap_methods, "BootstrapMethods") \
135 \ 136 \
136 /* exception klasses: at least all exceptions thrown by the VM have entries here */ \ 137 /* exception klasses: at least all exceptions thrown by the VM have entries here */ \
137 template(java_lang_ArithmeticException, "java/lang/ArithmeticException") \ 138 template(java_lang_ArithmeticException, "java/lang/ArithmeticException") \
138 template(java_lang_ArrayIndexOutOfBoundsException, "java/lang/ArrayIndexOutOfBoundsException") \ 139 template(java_lang_ArrayIndexOutOfBoundsException, "java/lang/ArrayIndexOutOfBoundsException") \
139 template(java_lang_ArrayStoreException, "java/lang/ArrayStoreException") \ 140 template(java_lang_ArrayStoreException, "java/lang/ArrayStoreException") \