< prev index next >

src/hotspot/share/oops/oop.hpp

Print this page
@@ -90,13 +90,10 @@
  
    // For klass field compression
    inline int klass_gap() const;
    inline void set_klass_gap(int z);
    static inline void set_klass_gap(HeapWord* mem, 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();
  
    // 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 >