| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 8e3cd3f2b05724860dea12d18b3a1329701b210d..d0d35473912f9588981f1924c5df16eedbe40268 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -2025,7 +2025,7 @@ class Heap {
|
| static const int kYoungSurvivalRateLowThreshold = 10;
|
| static const int kYoungSurvivalRateAllowedDeviation = 15;
|
|
|
| - static const int kOldSurvivalRateLowThreshold = 20;
|
| + static const int kOldSurvivalRateLowThreshold = 10;
|
|
|
| int young_survivors_after_last_gc_;
|
| int high_survival_rate_period_length_;
|
|
|