src/hotspot/share/gc/g1/heapRegion.cpp
changeset 57802 854e828d6b5b
parent 55510 3e31a8beaae4
child 58679 9c3209ff7550
child 58980 47c20fc6a517
equal deleted inserted replaced
57801:aff991f6e64d 57802:854e828d6b5b
   117   assert(_humongous_start_region == NULL,
   117   assert(_humongous_start_region == NULL,
   118          "we should have already filtered out humongous regions");
   118          "we should have already filtered out humongous regions");
   119   assert(!in_collection_set(),
   119   assert(!in_collection_set(),
   120          "Should not clear heap region %u in the collection set", hrm_index());
   120          "Should not clear heap region %u in the collection set", hrm_index());
   121 
   121 
   122   set_young_index_in_cset(-1);
   122   clear_young_index_in_cset();
   123   clear_index_in_opt_cset();
   123   clear_index_in_opt_cset();
   124   uninstall_surv_rate_group();
   124   uninstall_surv_rate_group();
   125   set_free();
   125   set_free();
   126   reset_pre_dummy_top();
   126   reset_pre_dummy_top();
   127 
   127