src/hotspot/share/oops/oop.hpp
changeset 59053 ba6c248cae19
parent 58901 2700c409ff10
--- a/src/hotspot/share/oops/oop.hpp	Wed Nov 13 11:21:15 2019 +0100
+++ b/src/hotspot/share/oops/oop.hpp	Wed Nov 13 11:37:29 2019 +0100
@@ -45,7 +45,6 @@
 class ScanClosure;
 class FastScanClosure;
 class FilteringClosure;
-class CMSIsAliveClosure;
 
 class PSPromotionManager;
 class ParCompactionManager;
@@ -93,9 +92,6 @@
   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; }