< prev index next >

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

Print this page
rev 53418 : imported patch 8217328-rename-collectionsetchooser

*** 42,52 **** // * choice of collection set. // * when to collect. class HeapRegion; class G1CollectionSet; ! class CollectionSetChooser; class G1IHOPControl; class G1Analytics; class G1SurvivorRegions; class G1YoungGenSizer; class GCPolicyCounters; --- 42,52 ---- // * choice of collection set. // * when to collect. class HeapRegion; class G1CollectionSet; ! class G1CollectionSetChooser; class G1IHOPControl; class G1Analytics; class G1SurvivorRegions; class G1YoungGenSizer; class GCPolicyCounters;
*** 174,184 **** double young_other_time_ms() const; double non_young_other_time_ms() const; double constant_other_time_ms(double pause_time_ms) const; ! CollectionSetChooser* cset_chooser() const; // The number of bytes copied during the GC. size_t _bytes_copied_during_gc; // Stash a pointer to the g1 heap. --- 174,184 ---- double young_other_time_ms() const; double non_young_other_time_ms() const; double constant_other_time_ms(double pause_time_ms) const; ! G1CollectionSetChooser* cset_chooser() const; // The number of bytes copied during the GC. size_t _bytes_copied_during_gc; // Stash a pointer to the g1 heap.
< prev index next >