hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp
changeset 3913 e049e6b81e11
parent 3912 3aaaaad1ccb0
child 3919 b15d85d98b61
--- a/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp	Wed Sep 23 23:56:15 2009 -0700
+++ b/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp	Wed Sep 23 23:57:44 2009 -0700
@@ -64,7 +64,6 @@
    public:
     virtual void do_oop(oop* p);
     virtual void do_oop(narrowOop* p);
-    virtual const bool do_nmethods() const { return true; }
     virtual const bool should_remember_mdo() const { return true; }
     virtual void remember_mdo(DataLayout* p) { MarkSweep::revisit_mdo(p); }
   };