remove debug logging

This commit is contained in:
Joel Dice 2012-02-03 13:54:00 -07:00
parent c3256c2874
commit 67a3ca881b

View File

@ -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);
}
}