diff src/share/vm/runtime/fieldDescriptor.hpp @ 6158:f9d57285de70

Merge
author asaha
date Thu, 07 Jun 2012 12:30:02 -0700
parents 71afdabfd05b
children 634b8615a6ba
line wrap: on
line diff
--- a/src/share/vm/runtime/fieldDescriptor.hpp	Mon May 21 14:56:33 2012 -0700
+++ b/src/share/vm/runtime/fieldDescriptor.hpp	Thu Jun 07 12:30:02 2012 -0700
@@ -67,7 +67,7 @@
   oop loader() const;
   // Offset (in words) of field from start of instanceOop / klassOop
   int offset() const                   { return field()->offset(); }
-  Symbol* generic_signature() const    { return field()->generic_signature(_cp); }
+  Symbol* generic_signature() const;
   int index() const                    { return _index; }
   typeArrayOop annotations() const;