Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 9459) |
+++ src/flag-definitions.h (working copy) |
@@ -282,7 +282,7 @@ |
"generate extra code for manipulating stats counters") |
// mark-compact.cc |
-DEFINE_bool(always_compact, false, "Perform compaction on every full GC") |
+DEFINE_bool(always_compact, true, "Perform compaction on every full GC") |
DEFINE_bool(lazy_sweeping, true, |
"Use lazy sweeping for old pointer and data spaces") |
DEFINE_bool(cleanup_caches_in_maps_at_gc, true, |