| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 1f32f29e6757b0d7255e5711a93348771de82090..f1bdc0c2904cb4c37f39be2bdf0c7d595dbd50f4 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -767,6 +767,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
|
| //
|
|
|