Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 2ca4e37d6edf9e418010272f9973f4ed53a858e5..53b819174ffd804a5232fdacc6f0bfbd9e5f6bd0 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -5588,8 +5588,9 @@ void Heap::DampenOldGenerationAllocationLimit(intptr_t old_gen_size, |
if (limit < old_generation_allocation_limit_) { |
if (FLAG_trace_gc_verbose) { |
PrintIsolate(isolate_, "Dampen: old size: %" V8_PTR_PREFIX |
- "d KB, old limit: %" V8_PTR_PREFIX "d KB, \n", |
- "new limit: %" V8_PTR_PREFIX "d KB (%.1f)\n", |
+ "d KB, old limit: %" V8_PTR_PREFIX |
+ "d KB, " |
+ "new limit: %" V8_PTR_PREFIX "d KB (%.1f)\n", |
old_gen_size / KB, old_generation_allocation_limit_ / KB, |
limit / KB, factor); |
} |