< prev index next >

src/hotspot/share/gc/parallel/psPromotionManager.inline.hpp

Print this page

        

@@ -111,13 +111,10 @@
     }
   }
 
   virtual void do_oop(oop* p)       { do_oop_nv(p); }
   virtual void do_oop(narrowOop* p) { do_oop_nv(p); }
-
-  // Don't use the oop verification code in the oop_oop_iterate framework.
-  debug_only(virtual bool should_verify_oops() { return false; })
 };
 
 //
 // This closure specialization will override the one that is defined in
 // instanceRefKlass.inline.cpp. It swaps the order of oop_oop_iterate and
< prev index next >