Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index d116936895d3a7f02a42d4307e4bd6a3ddd2b750..7e45a500d659fc985041733d1526317199dcb309 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -739,6 +739,8 @@ DEFINE_BOOL(force_marking_deque_overflows, false, |
DEFINE_BOOL(stress_compaction, false, |
"stress the GC compactor to flush out bugs (implies " |
"--force_marking_deque_overflows)") |
+DEFINE_BOOL(stress_incremental_marking, V8_CONCURRENT_MARKING_BOOL, |
+ "force incremental marking for small heaps and run it more often") |
DEFINE_BOOL(manual_evacuation_candidates_selection, false, |
"Test mode only flag. It allows an unit test to select evacuation " |
"candidates pages (requires --stress_compaction).") |