Index: src/mark-compact.cc |
diff --git a/src/mark-compact.cc b/src/mark-compact.cc |
index b31d6ae93e6256ce02ae59fbc3e2149dc407dbda..b7575b3ab2a8faa3ca6de69b60c839e418f745b0 100644 |
--- a/src/mark-compact.cc |
+++ b/src/mark-compact.cc |
@@ -2015,7 +2015,6 @@ int MarkCompactCollector::DiscoverAndEvacuateBlackObjectsOnPage( |
continue; |
} |
- // Promotion failed. Just migrate object to another semispace. |
Hannes Payer (out of office)
2014/06/24 14:20:40
Removed the outdated comment.
Note, here the inva
|
AllocationResult allocation = new_space->AllocateRaw(size); |
if (allocation.IsRetry()) { |
if (!new_space->AddFreshPage()) { |