Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 549e0bba2b3d38e913fb8a3e911b121fd77dff8c..55e0c77909fd0c17fea83ec0cb6c916225fa8ba5 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -674,7 +674,7 @@ |
DEFINE_INT(max_incremental_marking_finalization_rounds, 3, |
"at most try this many times to finalize incremental marking") |
DEFINE_BOOL(concurrent_sweeping, true, "use concurrent sweeping") |
-DEFINE_BOOL(parallel_compaction, true, "use parallel compaction") |
+DEFINE_BOOL(parallel_compaction, false, "use parallel compaction") |
DEFINE_BOOL(trace_incremental_marking, false, |
"trace progress of the incremental marking") |
DEFINE_BOOL(track_gc_object_stats, false, |