< prev index next >

src/share/vm/gc/g1/g1CardCounts.hpp

Print this page
rev 12906 : [mq]: gc_interface

@@ -23,10 +23,11 @@
  */
 
 #ifndef SHARE_VM_GC_G1_G1CARDCOUNTS_HPP
 #define SHARE_VM_GC_G1_G1CARDCOUNTS_HPP
 
+#include "gc/g1/g1CardTable.hpp"
 #include "gc/g1/g1RegionToSpaceMapper.hpp"
 #include "memory/allocation.hpp"
 #include "memory/virtualspace.hpp"
 #include "utilities/globalDefinitions.hpp"
 

@@ -65,11 +66,11 @@
 
   // CardTable bottom.
   const jbyte* _ct_bot;
 
   // Barrier set
-  CardTableModRefBS* _ct_bs;
+  G1CardTable* _ct;
 
   // Returns true if the card counts table has been reserved.
   bool has_reserved_count_table() { return _card_counts != NULL; }
 
   // Returns true if the card counts table has been reserved and committed.
< prev index next >