| Index: src/heap/spaces.h
|
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h
|
| index 08330be7aac48241c91e0a6bd4aa0be8434e2d1b..bfb8b0491ce9a3a4b6783a8cca0f2e52733cc046 100644
|
| --- a/src/heap/spaces.h
|
| +++ b/src/heap/spaces.h
|
| @@ -385,6 +385,12 @@ class MemoryChunk {
|
| // to grey transition is performed in the value.
|
| HAS_PROGRESS_BAR,
|
|
|
| + // This flag is intended to be used for testing. Works only when both
|
| + // FLAG_stress_compaction and FLAG_manual_evacuation_candidates_selection
|
| + // are set. It forces the page to become an evacuation candidate at next
|
| + // candidates selection cycle.
|
| + FORCE_EVACUATION_CANDIDATE_FOR_TESTING,
|
| +
|
| // Last flag, keep at bottom.
|
| NUM_MEMORY_CHUNK_FLAGS
|
| };
|
|
|