hotspot/src/share/vm/gc/serial/tenuredGeneration.cpp
changeset 33212 906b3d079b13
parent 33105 294e48b4f704
child 35061 be6025ebffea
--- a/hotspot/src/share/vm/gc/serial/tenuredGeneration.cpp	Thu Oct 15 00:42:15 2015 +0000
+++ b/hotspot/src/share/vm/gc/serial/tenuredGeneration.cpp	Wed Oct 14 09:33:45 2015 +0200
@@ -42,7 +42,7 @@
 
 TenuredGeneration::TenuredGeneration(ReservedSpace rs,
                                      size_t initial_byte_size,
-                                     GenRemSet* remset) :
+                                     CardTableRS* remset) :
   CardGeneration(rs, initial_byte_size, remset)
 {
   HeapWord* bottom = (HeapWord*) _virtual_space.low();