changeset 17625 | 3e91c67ddece |
parent 17395 | 2cd3ef1be718 |
child 18025 | b7bcf7497f93 |
--- a/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.hpp Thu May 16 23:51:51 2013 +0200 +++ b/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.hpp Fri May 17 11:57:05 2013 +0200 @@ -44,9 +44,6 @@ public: G1CMIsAliveClosure(G1CollectedHeap* g1) : _g1(g1) { } - void do_object(oop obj) { - ShouldNotCallThis(); - } bool do_object_b(oop obj); };