Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 10618) |
+++ src/flag-definitions.h (working copy) |
@@ -307,6 +307,8 @@ |
"Flush code caches in maps during mark compact cycle.") |
DEFINE_bool(never_compact, false, |
"Never perform compaction on full GC - testing only") |
+DEFINE_bool(compact_code_space, false, |
+ "Compact code space on full non-incremental 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.") |