Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 8d56edfaed4ceca83c13da51254ee4c7b7538797..f5c44913c1b56fa1f8f6fc8c9931df52aed491f0 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -763,6 +763,11 @@ DEFINE_BOOL(stress_compaction, false, |
"stress the GC compactor to flush out bugs (implies " |
"--force_marking_deque_overflows)") |
+DEFINE_BOOL(manual_evacuation_candidates_selection, false, |
+ "Test mode only flag. It allows an unit test to select evacuation " |
+ "candidates pages (requires --stress_compaction).") |
+ |
+ |
// |
// Dev shell flags |
// |