Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index aa1d2745add8a58397cd1b94928f0e0d411581a3..a85f5fe8f748d79604a9b768a06a9bb1e548f704 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -287,10 +287,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).") |