< prev index next >

src/hotspot/share/jfr/leakprofiler/chains/bfsClosure.hpp

Print this page

        

@@ -62,11 +62,10 @@
   void process_root_set();
   void process_queue();
 
  public:
   virtual ReferenceIterationMode reference_iteration_mode() { return DO_FIELDS_EXCEPT_REFERENT; }
-  virtual bool should_verify_oops() { return false; }
 
   BFSClosure(EdgeQueue* edge_queue, EdgeStore* edge_store, BitSet* mark_bits);
   void process();
   void do_root(UnifiedOopRef ref);
 
< prev index next >