hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp
changeset 2143 61babb9fbd6f
parent 2013 49e915da0905
child 2154 72a9b7284ccf
--- a/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Fri Mar 06 13:50:14 2009 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Sat Mar 07 11:07:36 2009 -0500
@@ -274,7 +274,7 @@
 
   // Clean up all tables on the expanded list.  Called single threaded.
   static void cleanup_all();
-  RSHashTable* next() const { return _next; }
+  RSHashTable* cur() const { return _cur; }
 
 
   void init_iterator(SparsePRTIter* sprt_iter);
@@ -300,7 +300,7 @@
   {}
 
   void init(const SparsePRT* sprt) {
-    RSHashTableIter::init(sprt->next());
+    RSHashTableIter::init(sprt->cur());
   }
   bool has_next(size_t& card_index) {
     return RSHashTableIter::has_next(card_index);