diff src/share/vm/runtime/fieldDescriptor.hpp @ 7457:35431a769282

8004823: Add VM support for type annotation reflection Reviewed-by: dholmes, coleenp Contributed-by: joel.franck@oracle.com
author stefank
date Thu, 20 Dec 2012 10:22:19 +0100
parents 18fb7da42534
children 989155e2d07a b2e698d2276c
line wrap: on
line diff
--- a/src/share/vm/runtime/fieldDescriptor.hpp	Wed Dec 19 10:35:08 2012 -0800
+++ b/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; }