| Index: src/heap/heap-inl.h
|
| diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h
|
| index 1e1c5b25893f61887a1688a5e39338ee10edc3d7..56463d15bf581771c59445dbcf94d3ca991435cf 100644
|
| --- a/src/heap/heap-inl.h
|
| +++ b/src/heap/heap-inl.h
|
| @@ -252,11 +252,6 @@ AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space,
|
| old_gen_exhausted_ = true;
|
| }
|
|
|
| - if (!old_gen_exhausted_ && incremental_marking()->black_allocation() &&
|
| - space != OLD_SPACE) {
|
| - Marking::MarkBlack(ObjectMarking::MarkBitFrom(object));
|
| - MemoryChunk::IncrementLiveBytesFromGC(object, size_in_bytes);
|
| - }
|
| return allocation;
|
| }
|
|
|
|
|