| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 989e2852a8ee39a6360127a6becfac6e56e118f1..4025ead1a12444089b26a81055141866fef838f6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -565,8 +565,6 @@ DEFINE_bool(native_code_counters, false,
|
|
|
| // mark-compact.cc
|
| DEFINE_bool(always_compact, false, "Perform compaction on every full GC")
|
| -DEFINE_bool(lazy_sweeping, true,
|
| - "Use lazy sweeping for old pointer and data spaces")
|
| DEFINE_bool(never_compact, false,
|
| "Never perform compaction on full GC - testing only")
|
| DEFINE_bool(compact_code_space, true,
|
|
|