< prev index next >

src/hotspot/share/gc/g1/g1IHOPControl.cpp

Print this page
rev 59839 : imported patch 8247748-use-default-alpha-ihop

*** 87,98 **** size_t heap_waste_percent) : G1IHOPControl(ihop_percent), _heap_reserve_percent(heap_reserve_percent), _heap_waste_percent(heap_waste_percent), _predictor(predictor), ! _marking_times_s(10, 0.95), ! _allocation_rate_s(10, 0.95), _last_unrestrained_young_size(0) { } size_t G1AdaptiveIHOPControl::actual_target_threshold() const { --- 87,98 ---- size_t heap_waste_percent) : G1IHOPControl(ihop_percent), _heap_reserve_percent(heap_reserve_percent), _heap_waste_percent(heap_waste_percent), _predictor(predictor), ! _marking_times_s(10), ! _allocation_rate_s(10), _last_unrestrained_young_size(0) { } size_t G1AdaptiveIHOPControl::actual_target_threshold() const {
< prev index next >