src/share/vm/classfile/vmSymbols.hpp

changeset 2353
dad31fc330cd
parent 2314
f95d63e2154a
child 2449
8f8dfba37802
     1.1 --- a/src/share/vm/classfile/vmSymbols.hpp	Fri Dec 03 12:14:33 2010 -0800
     1.2 +++ b/src/share/vm/classfile/vmSymbols.hpp	Fri Dec 03 15:53:57 2010 -0800
     1.3 @@ -132,6 +132,7 @@
     1.4    template(tag_runtime_invisible_parameter_annotations,"RuntimeInvisibleParameterAnnotations")    \
     1.5    template(tag_annotation_default,                    "AnnotationDefault")                        \
     1.6    template(tag_enclosing_method,                      "EnclosingMethod")                          \
     1.7 +  template(tag_bootstrap_methods,                     "BootstrapMethods")                         \
     1.8                                                                                                    \
     1.9    /* exception klasses: at least all exceptions thrown by the VM have entries here */             \
    1.10    template(java_lang_ArithmeticException,             "java/lang/ArithmeticException")            \

mercurial