< prev index next >

src/share/vm/oops/oop.hpp

Print this page
rev 11973 : [mq]: overflow_list_3_1

@@ -90,12 +90,12 @@
 
   // For klass field compression
   inline int klass_gap() const;
   inline void set_klass_gap(int z);
   // For when the klass pointer is being used as a linked list "next" field.
-  inline void set_klass_to_list_ptr(oop k);
-  inline oop list_ptr_from_klass();
+  inline void set_klass_to_list_ptr(oopDesc* k);
+  inline oopDesc* list_ptr_from_klass();
 
   // size of object header, aligned to platform wordSize
   static int header_size() { return sizeof(oopDesc)/HeapWordSize; }
 
   // Returns whether this is an instance of k or an instance of a subclass of k
< prev index next >