src/share/vm/memory/defNewGeneration.hpp

Print this page
rev 4616 : 8014277: Remove ObjectClosure as base class for BoolObjectClosure

@@ -148,11 +148,10 @@
  public:  // was "protected" but caused compile error on win32
   class IsAliveClosure: public BoolObjectClosure {
     Generation* _g;
   public:
     IsAliveClosure(Generation* g);
-    void do_object(oop p);
     bool do_object_b(oop p);
   };
 
   class KeepAliveClosure: public OopClosure {
   protected: