hotspot/src/share/vm/memory/genOopClosures.inline.hpp
changeset 22548 d54e4339811f
parent 13728 882756847a04
child 28217 57791914628c
--- a/hotspot/src/share/vm/memory/genOopClosures.inline.hpp	Mon Jan 20 11:47:53 2014 +0100
+++ b/hotspot/src/share/vm/memory/genOopClosures.inline.hpp	Mon Jan 20 17:15:55 2014 +0100
@@ -45,7 +45,6 @@
   // Barrier set for the heap, must be set after heap is initialized
   if (_rs == NULL) {
     GenRemSet* rs = SharedHeap::heap()->rem_set();
-    assert(rs->rs_kind() == GenRemSet::CardTable, "Wrong rem set kind");
     _rs = (CardTableRS*)rs;
   }
 }