| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 4f38985992d3c96b98fe55b24e2f547bfa1ce45c..58d5ae5f31ec6b033097e7f7c035d08b0b15397a 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -766,6 +766,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
|
| //
|
|
|