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") \ |