src/hotspot/share/gc/g1/g1CollectedHeap.cpp
changeset 54923 23837d614c17
parent 54844 571732021d59
child 55338 755e82641224
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.cpp	Fri May 17 12:06:03 2019 +0200
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.cpp	Fri May 17 12:33:37 2019 +0200
@@ -3575,7 +3575,7 @@
   _allocator->init_gc_alloc_regions(evacuation_info);
 
   register_regions_with_region_attr();
-  assert(_verifier->check_cset_fast_test(), "Inconsistency in the InCSetState table.");
+  assert(_verifier->check_region_attr_table(), "Inconsistency in the region attributes table.");
 
   rem_set()->prepare_for_scan_rem_set();
   _preserved_marks_set.assert_empty();