--- old/src/hotspot/share/gc/g1/g1IHOPControl.cpp 2020-06-18 13:43:02.153767010 +0200 +++ new/src/hotspot/share/gc/g1/g1IHOPControl.cpp 2020-06-18 13:43:02.053765289 +0200 @@ -89,8 +89,8 @@ _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), + _marking_times_s(10), + _allocation_rate_s(10), _last_unrestrained_young_size(0) { }