Chromium Code Reviews| Index: src/heap/spaces.h |
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
| index 2eae02953cbf2e41f0015bb766f57a814e0cba33..ceb14e035deabd858e51d97c14ddee736915d5b4 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 |
|
Hannes Payer (out of office)
2015/03/03 09:48:53
I don't think we need the FLAG_stress_compaction d
Igor Sheludko
2015/03/04 14:54:19
I would prefer to leave this dependency in order t
|
| + // 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 |
| }; |