diff -r 3db45569f8c0 -r 9db149412e0e hotspot/src/share/vm/runtime/fieldDescriptor.hpp --- a/hotspot/src/share/vm/runtime/fieldDescriptor.hpp Wed Dec 19 10:35:08 2012 -0800 +++ b/hotspot/src/share/vm/runtime/fieldDescriptor.hpp Thu Dec 20 10:22:19 2012 +0100 @@ -68,6 +68,7 @@ Symbol* generic_signature() const; int index() const { return _index; } AnnotationArray* annotations() const; + AnnotationArray* type_annotations() const; // Initial field value bool has_initial_value() const { return field()->initval_index() != 0; }