< prev index next >

src/hotspot/share/gc/g1/heapRegionRemSet.hpp

Print this page
rev 52310 : imported patch 8071913-almost-done
rev 52314 : imported patch 8211388-make-otherregionstable-unaware-of-to-region
rev 52315 : imported patch 8211388-sangheon-review

@@ -121,12 +121,11 @@
   void unlink_from_all(PerRegionTable * prt);
 
   bool contains_reference_locked(OopOrNarrowOopStar from) const;
 
 public:
-  // Create a new remembered set for the given heap region. The given mutex should
-  // be used to ensure consistency.
+  // Create a new remembered set. The given mutex is used to ensure consistency.
   OtherRegionsTable(Mutex* m);
 
   // Returns the card index of the given within_region pointer relative to the bottom
   // of the given heap region.
   static CardIdx_t card_within_region(OopOrNarrowOopStar within_region, HeapRegion* hr);
< prev index next >