OSDN Git Service

GC experiment.
authorBen Cheng <bccheng@android.com>
Thu, 6 Oct 2011 05:43:34 +0000 (22:43 -0700)
committerBen Cheng <bccheng@android.com>
Thu, 6 Oct 2011 05:43:34 +0000 (22:43 -0700)
Change-Id: Ifbeec98a796fe8347da25a1be50288d756b40f02

vm/Init.cpp

index 404a63d..abca711 100644 (file)
@@ -1057,8 +1057,6 @@ static void setCommandLineDefaults()
     gDvm.heapGrowthLimit = 0;  // 0 means no growth limit
     gDvm.stackSize = kDefaultStackSize;
 
-    gDvm.concurrentMarkSweep = true;
-
     /* gDvm.jdwpSuspend = true; */
 
     /* allowed unless zygote config doesn't allow it */