src/share/vm/gc_implementation/g1/concurrentMark.hpp

changeset 5159
001ec9515f84
parent 5122
05a17f270c7e
child 5237
f2110083203d
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Thu May 16 23:51:51 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Fri May 17 11:57:05 2013 +0200
     1.3 @@ -44,9 +44,6 @@
     1.4   public:
     1.5    G1CMIsAliveClosure(G1CollectedHeap* g1) : _g1(g1) { }
     1.6  
     1.7 -  void do_object(oop obj) {
     1.8 -    ShouldNotCallThis();
     1.9 -  }
    1.10    bool do_object_b(oop obj);
    1.11  };
    1.12  

mercurial