| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index 65d39d252f897b90ea8ab46028f5db726f3878f0..b4199a3f570fd8f2c5316d245d58934b64e4bce1 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -690,8 +690,6 @@ class MarkCompactCollector {
|
|
|
| bool IsConcurrentSweepingInProgress();
|
|
|
| - void FinalizeSweeping();
|
| -
|
| void set_sequential_sweeping(bool sequential_sweeping) {
|
| sequential_sweeping_ = sequential_sweeping;
|
| }
|
| @@ -713,6 +711,7 @@ class MarkCompactCollector {
|
| void RemoveDeadInvalidatedCode();
|
| void ProcessInvalidatedCode(ObjectVisitor* visitor);
|
|
|
| + void UnlinkEvacuationCandidates();
|
| void ReleaseEvacuationCandidates();
|
|
|
| void StartSweeperThreads();
|
|
|