< prev index next >

src/hotspot/share/gc/g1/g1CollectionSet.hpp

Print this page
rev 55209 : imported patch 8220089.webrev.1

*** 227,237 **** void move_candidates_to_collection_set(uint num_regions); // Finalize the young part of the initial collection set. Relabel survivor regions // as Eden and calculate a prediction on how long the evacuation of all young regions // will take. ! double finalize_young_part(double target_pause_time_ms, G1SurvivorRegions* survivors); // Perform any final calculations on the incremental collection set fields before we // can use them. void finalize_incremental_building(); // Select the old regions of the initial collection set and determine how many optional --- 227,237 ---- void move_candidates_to_collection_set(uint num_regions); // Finalize the young part of the initial collection set. Relabel survivor regions // as Eden and calculate a prediction on how long the evacuation of all young regions // will take. ! double finalize_young_part(double target_pause_time_ms); // Perform any final calculations on the incremental collection set fields before we // can use them. void finalize_incremental_building(); // Select the old regions of the initial collection set and determine how many optional
*** 297,307 **** _bytes_used_before = 0; } // Finalize the initial collection set consisting of all young regions potentially a // few old gen regions. ! void finalize_initial_collection_set(double target_pause_time_ms, G1SurvivorRegions* survivor); // Finalize the next collection set from the set of available optional old gen regions. bool finalize_optional_for_evacuation(double remaining_pause_time); // Abandon (clean up) optional collection set regions that were not evacuated in this // pause. void abandon_optional_collection_set(G1ParScanThreadStateSet* pss); --- 297,307 ---- _bytes_used_before = 0; } // Finalize the initial collection set consisting of all young regions potentially a // few old gen regions. ! void finalize_initial_collection_set(double target_pause_time_ms); // Finalize the next collection set from the set of available optional old gen regions. bool finalize_optional_for_evacuation(double remaining_pause_time); // Abandon (clean up) optional collection set regions that were not evacuated in this // pause. void abandon_optional_collection_set(G1ParScanThreadStateSet* pss);
< prev index next >