diff -r 57c829a0c523 -r a8c50cedbce9 hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp --- a/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp Mon Oct 18 15:01:41 2010 -0700 +++ b/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp Sat Oct 16 17:12:19 2010 -0400 @@ -282,8 +282,6 @@ class SparsePRTIter: public RSHashTableIter { public: - SparsePRTIter() : RSHashTableIter() { } - void init(const SparsePRT* sprt) { RSHashTableIter::init(sprt->cur()); }