| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 672f2b6bd6e580593b537ac1e1a2e765ecb860f7..4cc4f2502ecb0de91066745ebec9655ac7599630 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -535,7 +535,6 @@ 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")
|
| -DEFINE_BOOL(job_based_sweeping, true, "enable job based sweeping")
|
| #ifdef VERIFY_HEAP
|
| DEFINE_BOOL(verify_heap, false, "verify heap pointers before and after GC")
|
| #endif
|
| @@ -666,7 +665,6 @@ DEFINE_NEG_IMPLICATION(predictable, concurrent_recompilation)
|
| DEFINE_NEG_IMPLICATION(predictable, concurrent_osr)
|
| DEFINE_NEG_IMPLICATION(predictable, concurrent_sweeping)
|
| DEFINE_NEG_IMPLICATION(predictable, parallel_sweeping)
|
| -DEFINE_NEG_IMPLICATION(predictable, job_based_sweeping)
|
|
|
|
|
| //
|
|
|