| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 81b258b66ac7861bce2102a9e68948ccebf9f036..8fb2b545c74a8c305d5b24e918a6bb8e43b72439 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -672,10 +672,7 @@ DEFINE_BOOL(native_code_counters, false,
|
| DEFINE_BOOL(always_compact, false, "Perform compaction on every full GC")
|
| DEFINE_BOOL(never_compact, false,
|
| "Never perform compaction on full GC - testing only")
|
| -DEFINE_BOOL(compact_code_space, true,
|
| - "Compact code space on full non-incremental collections")
|
| -DEFINE_BOOL(incremental_code_compaction, true,
|
| - "Compact code space on full incremental collections")
|
| +DEFINE_BOOL(compact_code_space, true, "Compact code space on full collections")
|
| DEFINE_BOOL(cleanup_code_caches_at_gc, true,
|
| "Flush inline caches prior to mark compact collection and "
|
| "flush code caches in maps during mark compact cycle.")
|
|
|