| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7489df7f1bd22f4b2291d1a4b26d7be6058289ed..1230801bb106d930da0e0e6cb5d897615b62d849 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -534,8 +534,8 @@ DEFINE_bool(trace_incremental_marking, false,
|
| "trace progress of the incremental marking")
|
| DEFINE_bool(track_gc_object_stats, false,
|
| "track object counts and memory usage")
|
| -DEFINE_bool(parallel_sweeping, false, "enable parallel sweeping")
|
| -DEFINE_bool(concurrent_sweeping, true, "enable concurrent sweeping")
|
| +DEFINE_bool(parallel_sweeping, true, "enable parallel sweeping")
|
| +DEFINE_bool(concurrent_sweeping, false, "enable concurrent sweeping")
|
| DEFINE_int(sweeper_threads, 0,
|
| "number of parallel and concurrent sweeping threads")
|
| #ifdef VERIFY_HEAP
|
|
|