< prev index next >

src/hotspot/share/memory/iterator.hpp

Print this page

@@ -345,13 +345,10 @@
   virtual void do_tag(int tag) = 0;
 
   // Read/write the oop
   virtual void do_oop(oop* o) = 0;
 
-  // Read/write a oop that's the type of java.lang.Class
-  virtual void do_mirror_oop(oop* o) = 0;
-
   bool writing() {
     return !reading();
   }
 };
 
< prev index next >