hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp
changeset 17625 3e91c67ddece
parent 17392 2f967c0e4246
child 18025 b7bcf7497f93
--- a/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp	Thu May 16 23:51:51 2013 +0200
+++ b/hotspot/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);
   };