commit | f28bc5b6df6edb4b22aeca360ff102a95f3155e1 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Oct 26 01:15:03 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Wed Oct 26 13:50:03 2011 -0700 |
tree | 45249fe10034ae05b945abb400822c91133436ca | |
parent | 03ddf6b9355b29b90c955359e104bd247640fd8b [diff] [blame] |
Callers of SuspendAll should be in the kRunnable state Change-Id: I37996164a5fd56251134683f717e6e00541cab22
diff --git a/src/heap.cc b/src/heap.cc index bd6d009..bef71ae 100644 --- a/src/heap.cc +++ b/src/heap.cc
@@ -369,7 +369,7 @@ // utilization slop for the new allocation. if (is_verbose_gc_) { LOG(INFO) << "Grow heap (frag case) to " << new_footprint / MB - << "for " << size << "-byte allocation"; + << " for " << size << "-byte allocation"; } return ptr; }