src/hotspot/share/gc/g1/g1CollectedHeap.cpp
changeset 54923 23837d614c17
parent 54844 571732021d59
child 55338 755e82641224
child 58678 9cf78a70fa4f
equal deleted inserted replaced
54922:185ffc45593c 54923:23837d614c17
  3573 
  3573 
  3574   // Initialize the GC alloc regions.
  3574   // Initialize the GC alloc regions.
  3575   _allocator->init_gc_alloc_regions(evacuation_info);
  3575   _allocator->init_gc_alloc_regions(evacuation_info);
  3576 
  3576 
  3577   register_regions_with_region_attr();
  3577   register_regions_with_region_attr();
  3578   assert(_verifier->check_cset_fast_test(), "Inconsistency in the InCSetState table.");
  3578   assert(_verifier->check_region_attr_table(), "Inconsistency in the region attributes table.");
  3579 
  3579 
  3580   rem_set()->prepare_for_scan_rem_set();
  3580   rem_set()->prepare_for_scan_rem_set();
  3581   _preserved_marks_set.assert_empty();
  3581   _preserved_marks_set.assert_empty();
  3582 
  3582 
  3583 #if COMPILER2_OR_JVMCI
  3583 #if COMPILER2_OR_JVMCI