| Index: src/mark-compact.cc
|
| diff --git a/src/mark-compact.cc b/src/mark-compact.cc
|
| index 911e73b12a5224f861171beb3b7de56255ca2b37..91da8a0117a9409891c69b01fa1dc79e785c5a77 100644
|
| --- a/src/mark-compact.cc
|
| +++ b/src/mark-compact.cc
|
| @@ -337,6 +337,11 @@ static void VerifyNativeContextSeparation(Heap* heap) {
|
| #endif
|
|
|
|
|
| +void MarkCompactCollector::TearDown() {
|
| + AbortCompaction();
|
| +}
|
| +
|
| +
|
| void MarkCompactCollector::AddEvacuationCandidate(Page* p) {
|
| p->MarkEvacuationCandidate();
|
| evacuation_candidates_.Add(p);
|
|
|