< prev index next >

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

Print this page
rev 59304 : [mq]: 8245087-kim-sjohanss-review

*** 43,55 **** // Ratio check data for determining if heap growth is necessary. uint _ratio_over_threshold_count; double _ratio_over_threshold_sum; uint _pauses_since_start; ! // Scale "full" gc pause time ratio with heap size as we want to resize more // eagerly at small heap sizes. ! double scale_with_heap(double pause_time_ratio); G1HeapSizingPolicy(const G1CollectedHeap* g1h, const G1Analytics* analytics); public: // If an expansion would be appropriate, because recent GC overhead had --- 43,55 ---- // Ratio check data for determining if heap growth is necessary. uint _ratio_over_threshold_count; double _ratio_over_threshold_sum; uint _pauses_since_start; ! // Scale "full" gc pause time threshold with heap size as we want to resize more // eagerly at small heap sizes. ! double scale_with_heap(double pause_time_threshold); G1HeapSizingPolicy(const G1CollectedHeap* g1h, const G1Analytics* analytics); public: // If an expansion would be appropriate, because recent GC overhead had
< prev index next >