diff src/share/vm/gc_implementation/shared/markSweep.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 12f651e29f6b
children f2110083203d
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/shared/markSweep.hpp	Thu May 16 23:51:51 2013 +0200
+++ b/src/share/vm/gc_implementation/shared/markSweep.hpp	Fri May 17 11:57:05 2013 +0200
@@ -88,7 +88,6 @@
   // Used for java/lang/ref handling
   class IsAliveClosure: public BoolObjectClosure {
    public:
-    virtual void do_object(oop p);
     virtual bool do_object_b(oop p);
   };