| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 3b5c087ed8ce9e75066cb030660be29516a7f441..807c5445537d62e72b1249bc7149d731a2e19306 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -288,10 +288,9 @@ 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(cleanup_ics_at_gc, true,
|
| - "Flush inline caches prior to mark compact collection.")
|
| -DEFINE_bool(cleanup_caches_in_maps_at_gc, true,
|
| - "Flush code caches in maps during mark compact cycle.")
|
| +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.")
|
| DEFINE_int(random_seed, 0,
|
| "Default seed for initializing random generator "
|
| "(0, the default, means to use system random).")
|
|
|