| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6c2d614a3eae8419dbd9bce0aae78763814b9b40..87a4133f6d248f41f3c95f90f135cf01e5cc29c4 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -516,7 +516,6 @@ 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_INT(sweeper_threads, 0,
|
| "number of parallel and concurrent sweeping threads")
|
| @@ -650,7 +649,6 @@ DEFINE_BOOL(predictable, false, "enable predictable mode")
|
| DEFINE_NEG_IMPLICATION(predictable, concurrent_recompilation)
|
| DEFINE_NEG_IMPLICATION(predictable, concurrent_osr)
|
| DEFINE_NEG_IMPLICATION(predictable, concurrent_sweeping)
|
| -DEFINE_NEG_IMPLICATION(predictable, parallel_sweeping)
|
|
|
|
|
| //
|
|
|