| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index e537689c4a5ca4ba35530fc8d81a55f3bfd37596..0aed77584e71b574459b44dd68e6432f9b896f7d 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -1727,8 +1727,8 @@ class MarkCompactCollector::EvacuateNewSpaceVisitor final
|
| compaction_spaces_->Get(OLD_SPACE)->AllocateRaw(size_in_bytes,
|
| alignment);
|
| if (allocation.IsRetry()) {
|
| - FatalProcessOutOfMemory(
|
| - "MarkCompactCollector: semi-space copy, fallback in old gen\n");
|
| + v8::internal::Heap::FatalProcessOutOfMemory(
|
| + "MarkCompactCollector: semi-space copy, fallback in old gen", true);
|
| }
|
| return allocation;
|
| }
|
|
|