hotspot/src/share/vm/gc/g1/heapRegionSet.cpp
changeset 37988 bf4018edea5e
parent 35469 17ea1b453dd5
child 42030 f7c0010a447e
--- a/hotspot/src/share/vm/gc/g1/heapRegionSet.cpp	Thu Apr 14 10:57:09 2016 +0200
+++ b/hotspot/src/share/vm/gc/g1/heapRegionSet.cpp	Mon Apr 18 16:51:14 2016 +0200
@@ -38,7 +38,6 @@
   assert(!hr->is_free() || hr->is_empty(), "Free region %u is not empty for set %s", hr->hrm_index(), name());
   assert(!hr->is_empty() || hr->is_free() || hr->is_archive(),
          "Empty region %u is not free or archive for set %s", hr->hrm_index(), name());
-  assert(hr->rem_set()->verify_ready_for_par_iteration(), "Wrong iteration state %u", hr->hrm_index());
 }
 #endif