< prev index next >

src/hotspot/share/oops/oop.hpp

Print this page

        

@@ -282,12 +282,10 @@
 #endif
 
   // garbage collection
   inline bool is_gc_marked() const;
 
-  inline bool is_scavengable() const;
-
   // Forward pointer operations for scavenge
   inline bool is_forwarded() const;
 
   inline void forward_to(oop p);
   inline bool cas_forward_to(oop p, markOop compare);
< prev index next >