src/share/vm/interpreter/bytecode.hpp

changeset 2497
3582bf76420e
parent 2462
8012aa3ccede
child 2508
b92c45f2bc75
     1.1 --- a/src/share/vm/interpreter/bytecode.hpp	Thu Jan 27 13:42:28 2011 -0800
     1.2 +++ b/src/share/vm/interpreter/bytecode.hpp	Thu Jan 27 16:11:27 2011 -0800
     1.3 @@ -193,10 +193,10 @@
     1.4   public:
     1.5    int          index() const;                    // cache index (loaded from instruction)
     1.6    int          pool_index() const;               // constant pool index
     1.7 -  symbolOop    name() const;                     // returns the name of the method or field
     1.8 -  symbolOop    signature() const;                // returns the signature of the method or field
     1.9 +  Symbol*      name() const;                     // returns the name of the method or field
    1.10 +  Symbol*      signature() const;                // returns the signature of the method or field
    1.11  
    1.12 -  BasicType    result_type(Thread* thread) const; // returns the result type of the getfield or invoke
    1.13 +  BasicType    result_type() const;              // returns the result type of the getfield or invoke
    1.14  };
    1.15  
    1.16  // Abstraction for invoke_{virtual, static, interface, special}

mercurial