8241435: Shenandoah: avoid disabling pacing with "aggressive"

Reviewed-by: rkennke
This commit is contained in:
Aleksey Shipilev 2020-03-23 19:14:01 +01:00
parent f37149b1c5
commit fe533725ae

View File

@ -35,9 +35,6 @@ ShenandoahAggressiveHeuristics::ShenandoahAggressiveHeuristics() : ShenandoahHeu
// Do not shortcut evacuation
SHENANDOAH_ERGO_OVERRIDE_DEFAULT(ShenandoahImmediateThreshold, 100);
// Aggressive runs with max speed for allocation, to capture races against mutator
SHENANDOAH_ERGO_DISABLE_FLAG(ShenandoahPacing);
// Aggressive evacuates everything, so it needs as much evac space as it can get
SHENANDOAH_ERGO_ENABLE_FLAG(ShenandoahEvacReserveOverflow);