hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 7436 dbc43da3d512
parent 7397 5b173b4ca846
child 7900 4c7fc6332f7e
equal deleted inserted replaced
7435:3da377e9db3f 7436:dbc43da3d512
   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")            \