mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-26 22:00:25 +00:00
8241435: Shenandoah: avoid disabling pacing with "aggressive"
Reviewed-by: rkennke
This commit is contained in:
parent
5d9ece3581
commit
fc14f1dbb8
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user