Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index d9169f62bed27784f8aac6fd196f67198b1cc237..2620154fb32090940e37110cf49ddc702cb49a71 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -765,6 +765,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 |
// |