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 5d9ece3581
commit fc14f1dbb8

View File

@ -34,9 +34,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);