src/share/vm/runtime/fieldDescriptor.hpp

changeset 3803
71afdabfd05b
parent 3137
e6b1331a51d2
child 3879
634b8615a6ba
     1.1 --- a/src/share/vm/runtime/fieldDescriptor.hpp	Fri May 18 14:57:28 2012 -0700
     1.2 +++ b/src/share/vm/runtime/fieldDescriptor.hpp	Mon May 21 14:10:35 2012 -0400
     1.3 @@ -67,7 +67,7 @@
     1.4    oop loader() const;
     1.5    // Offset (in words) of field from start of instanceOop / klassOop
     1.6    int offset() const                   { return field()->offset(); }
     1.7 -  Symbol* generic_signature() const    { return field()->generic_signature(_cp); }
     1.8 +  Symbol* generic_signature() const;
     1.9    int index() const                    { return _index; }
    1.10    typeArrayOop annotations() const;
    1.11  

mercurial