| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 1105c6868dc4699e0c0ffb9c057d7a6c16775112..50cecf4ca667db3d4c77edd6c2c38c1a848f2b71 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -5961,6 +5961,11 @@ void Heap::QueueMemoryChunkForFree(MemoryChunk* chunk) {
|
| }
|
|
|
|
|
| +void Heap::FilterStoreBufferEntriesForAbortedPages() {
|
| + store_buffer()->Filter(MemoryChunk::COMPACTION_WAS_ABORTED);
|
| +}
|
| +
|
| +
|
| void Heap::FilterStoreBufferEntriesOnAboutToBeFreedPages() {
|
| if (chunks_queued_for_free_ == NULL) return;
|
| MemoryChunk* next;
|
|
|