< prev index next >

src/share/vm/gc/shared/cardTableRS.hpp

Print this page
rev 12854 : [mq]: gcinterface.patch

@@ -110,11 +110,11 @@
   }
   // Return a youngergen_card_value that is not currently in use.
   jbyte find_unused_youngergenP_card_value();
 
 public:
-  CardTableRS(MemRegion whole_heap);
+  CardTableRS(MemRegion whole_heap, CardTableModRefBSForCTRS* ct_bs);
   ~CardTableRS();
 
   // Return the barrier set associated with "this."
   BarrierSet* bs() { return _bs; }
 
< prev index next >