src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

changeset 9492
a3df1579a864
parent 9327
f96fcd9e1e1b
child 9572
624a0741915c
child 9608
4b8584c24ff4
equal deleted inserted replaced
9491:50ed692d0a48 9492:a3df1579a864
1461 heap_region_iterate(&rebuild_rs); 1461 heap_region_iterate(&rebuild_rs);
1462 } 1462 }
1463 1463
1464 // Rebuild the strong code root lists for each region 1464 // Rebuild the strong code root lists for each region
1465 rebuild_strong_code_roots(); 1465 rebuild_strong_code_roots();
1466
1467 // Purge code root memory
1468 purge_code_root_memory();
1466 1469
1467 if (true) { // FIXME 1470 if (true) { // FIXME
1468 MetaspaceGC::compute_new_size(); 1471 MetaspaceGC::compute_new_size();
1469 } 1472 }
1470 1473

mercurial