hotspot/src/share/vm/interpreter/bytecode.hpp
changeset 8076 96d498ec7ae1
parent 7913 dd096a83bdbb
child 8107 78e5bd944384
--- a/hotspot/src/share/vm/interpreter/bytecode.hpp	Thu Jan 27 13:42:28 2011 -0800
+++ b/hotspot/src/share/vm/interpreter/bytecode.hpp	Thu Jan 27 16:11:27 2011 -0800
@@ -193,10 +193,10 @@
  public:
   int          index() const;                    // cache index (loaded from instruction)
   int          pool_index() const;               // constant pool index
-  symbolOop    name() const;                     // returns the name of the method or field
-  symbolOop    signature() const;                // returns the signature of the method or field
+  Symbol*      name() const;                     // returns the name of the method or field
+  Symbol*      signature() const;                // returns the signature of the method or field
 
-  BasicType    result_type(Thread* thread) const; // returns the result type of the getfield or invoke
+  BasicType    result_type() const;              // returns the result type of the getfield or invoke
 };
 
 // Abstraction for invoke_{virtual, static, interface, special}