From 67a3ca881b9c6ef0a084f5ebe0535ba9c5f5be08 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 3 Feb 2012 13:54:00 -0700 Subject: [PATCH] remove debug logging --- src/machine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machine.h b/src/machine.h index 96ac9c5086..0841eb4443 100644 --- a/src/machine.h +++ b/src/machine.h @@ -2041,7 +2041,6 @@ startThread(Thread* t, object javaThread) ACQUIRE_RAW(t, t->m->stateLock); if (t->m->threadCount > t->m->liveCount + ZombieCollectionThreshold) { - fprintf(stderr, "hit zombie collection threshold\n"); collect(t, Heap::MinorCollection); } }