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

changeset 5159
001ec9515f84
parent 5014
5c93c1f61226
child 5206
87c64c0438fb
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Thu May 16 23:51:51 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri May 17 11:57:05 2013 +0200
     1.3 @@ -165,7 +165,6 @@
     1.4    G1CollectedHeap* _g1;
     1.5  public:
     1.6    G1STWIsAliveClosure(G1CollectedHeap* g1) : _g1(g1) {}
     1.7 -  void do_object(oop p) { assert(false, "Do not call."); }
     1.8    bool do_object_b(oop p);
     1.9  };
    1.10  

mercurial