diff src/share/vm/memory/defNewGeneration.hpp @ 10327:001ec9515f84

8014277: Remove ObjectClosure as base class for BoolObjectClosure Reviewed-by: brutisso, tschatzl
author ehelin
date Fri, 17 May 2013 11:57:05 +0200
parents a30e7b564541
children f2110083203d
line wrap: on
line diff
--- a/src/share/vm/memory/defNewGeneration.hpp	Thu May 16 23:51:51 2013 +0200
+++ b/src/share/vm/memory/defNewGeneration.hpp	Fri May 17 11:57:05 2013 +0200
@@ -150,7 +150,6 @@
     Generation* _g;
   public:
     IsAliveClosure(Generation* g);
-    void do_object(oop p);
     bool do_object_b(oop p);
   };