summaryrefslogtreecommitdiffstats
path: root/runtime/gc
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2015-03-20 18:04:02 -0700
committerMathieu Chartier <mathieuc@google.com>2015-03-20 18:08:28 -0700
commitcd8f6377821370cb471fb21ae095dfaa204e4410 (patch)
treee3d4763b0a253fbfeab368acf714826934aaeb1d /runtime/gc
parent8c66b5fd8015116cede7a67ebdd1229ff7315f49 (diff)
downloadart-cd8f6377821370cb471fb21ae095dfaa204e4410.zip
art-cd8f6377821370cb471fb21ae095dfaa204e4410.tar.gz
art-cd8f6377821370cb471fb21ae095dfaa204e4410.tar.bz2
Remove some spammy logging
Did not provide useful info and or was redundant. Change-Id: I42da705debc43460cdd3fdf16e9e9ceb2c137001
Diffstat (limited to 'runtime/gc')
-rw-r--r--runtime/gc/heap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/gc/heap.cc b/runtime/gc/heap.cc
index dff8f4d..51cf558 100644
--- a/runtime/gc/heap.cc
+++ b/runtime/gc/heap.cc
@@ -2061,7 +2061,6 @@ void Heap::PreZygoteFork() {
MutexLock mu(self, zygote_creation_lock_);
// Try to see if we have any Zygote spaces.
if (HasZygoteSpace()) {
- LOG(WARNING) << __FUNCTION__ << " called when we already have a zygote space.";
return;
}
Runtime::Current()->GetInternTable()->SwapPostZygoteWithPreZygote();