Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2f45087e0b6388c7316524b6aa539322d9611ae1..ee0bffc717b1d294909f2b4f299a2b7e4dca8a7b 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -615,10 +615,7 @@ DEFINE_BOOL(weak_embedded_maps_in_optimized_code, true, |
"make maps embedded in optimized code weak") |
DEFINE_BOOL(weak_embedded_objects_in_optimized_code, true, |
"make objects embedded in optimized code weak") |
-DEFINE_BOOL(flush_code, true, |
- "flush code that we expect not to use again (during full gc)") |
-DEFINE_BOOL(flush_code_incrementally, true, |
- "flush code that we expect not to use again (incrementally)") |
+DEFINE_BOOL(flush_code, true, "flush code that we expect not to use again") |
DEFINE_BOOL(trace_code_flushing, false, "trace code flushing progress") |
DEFINE_BOOL(age_code, true, |
"track un-executed functions to age code and flush only " |