projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f0602
)
Fix --trace-gc output after 084d1f.
author
ulan
<ulan@chromium.org>
Wed, 17 Jun 2015 12:31:38 +0000
(
05:31
-0700)
committer
Commit bot
<commit-bot@chromium.org>
Wed, 17 Jun 2015 12:31:47 +0000
(12:31 +0000)
BUG=
TBR=hpayer@chromium.org
Review URL: https://codereview.chromium.org/
1188093003
Cr-Commit-Position: refs/heads/master@{#29087}
src/heap/heap.cc
patch
|
blob
|
history
diff --git
a/src/heap/heap.cc
b/src/heap/heap.cc
index 2ca4e37d6edf9e418010272f9973f4ed53a858e5..53b819174ffd804a5232fdacc6f0bfbd9e5f6bd0 100644
(file)
--- 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);
}