hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
changeset 30571 9223db5721fe
parent 30565 ebd5af27fe02
child 30572 3d36f972d68b
equal deleted inserted replaced
30565:ebd5af27fe02 30571:9223db5721fe
  5436 
  5436 
  5437     double fixup_time_ms = (os::elapsedTime() - fixup_start) * 1000.0;
  5437     double fixup_time_ms = (os::elapsedTime() - fixup_start) * 1000.0;
  5438     phase_times->record_string_dedup_fixup_time(fixup_time_ms);
  5438     phase_times->record_string_dedup_fixup_time(fixup_time_ms);
  5439   }
  5439   }
  5440 
  5440 
  5441   _allocator->release_gc_alloc_regions(n_workers, evacuation_info);
  5441   _allocator->release_gc_alloc_regions(evacuation_info);
  5442   g1_rem_set()->cleanup_after_oops_into_collection_set_do();
  5442   g1_rem_set()->cleanup_after_oops_into_collection_set_do();
  5443 
  5443 
  5444   // Reset and re-enable the hot card cache.
  5444   // Reset and re-enable the hot card cache.
  5445   // Note the counts for the cards in the regions in the
  5445   // Note the counts for the cards in the regions in the
  5446   // collection set are reset when the collection set is freed.
  5446   // collection set are reset when the collection set is freed.