Index: src/heap/gc-idle-time-handler.cc |
diff --git a/src/heap/gc-idle-time-handler.cc b/src/heap/gc-idle-time-handler.cc |
index 1c4476d7e61c22eba1efc658e87783ebf5ea29b9..258d4fe00405ace8cdbc1142eb342d0f1209c63e 100644 |
--- a/src/heap/gc-idle-time-handler.cc |
+++ b/src/heap/gc-idle-time-handler.cc |
@@ -12,6 +12,8 @@ namespace internal { |
const double GCIdleTimeHandler::kConservativeTimeRatio = 0.9; |
const size_t GCIdleTimeHandler::kMaxMarkCompactTimeInMs = 1000000; |
const size_t GCIdleTimeHandler::kMinTimeForFinalizeSweeping = 100; |
+const int GCIdleTimeHandler::kMaxMarkCompactsInIdleRound = 7; |
+const int GCIdleTimeHandler::kIdleScavengeThreshold = 5; |
size_t GCIdleTimeHandler::EstimateMarkingStepSize( |