src/hotspot/share/gc/g1/g1CollectedHeap.cpp
changeset 52007 b16820c2336d
parent 51959 db0c3952de52
child 52062 8dbf1a13af49
equal deleted inserted replaced
52006:82dc590fa586 52007:b16820c2336d
  1047   resize_if_necessary_after_full_collection();
  1047   resize_if_necessary_after_full_collection();
  1048 
  1048 
  1049   // Rebuild the strong code root lists for each region
  1049   // Rebuild the strong code root lists for each region
  1050   rebuild_strong_code_roots();
  1050   rebuild_strong_code_roots();
  1051 
  1051 
       
  1052   // Purge code root memory
       
  1053   purge_code_root_memory();
       
  1054 
  1052   // Start a new incremental collection set for the next pause
  1055   // Start a new incremental collection set for the next pause
  1053   start_new_collection_set();
  1056   start_new_collection_set();
  1054 
  1057 
  1055   _allocator->init_mutator_alloc_region();
  1058   _allocator->init_mutator_alloc_region();
  1056 
  1059