OSDN Git Service

Revert "GC experiment."
[android-x86/dalvik.git] / vm / Init.cpp
index abca711..404a63d 100644 (file)
@@ -1057,6 +1057,8 @@ 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 */