diff src/share/vm/runtime/fieldDescriptor.hpp @ 7482:989155e2d07a

Merge with hs25-b15.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Jan 2013 01:34:24 +0100
parents e522a00b91aa 35431a769282
children a7a93887b4c4
line wrap: on
line diff
--- a/src/share/vm/runtime/fieldDescriptor.hpp	Tue Jan 15 18:54:02 2013 +0100
+++ b/src/share/vm/runtime/fieldDescriptor.hpp	Wed Jan 16 01:34:24 2013 +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; }