| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7e6a3a9bd020bc9da79d122b80d916290c7dbd22..6cd7c7451616c083bd64ff1b5fb1d11a0e664236 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -761,6 +761,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
|
| //
|
|
|