Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 0b01b8b7dadbec3a18488f894e37303368d020bc..e137223b05753856bc6c787883f990c1d95a1d59 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).") |