| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 23b3a24f453c16b4cc22cf084cb02c8e5afa36b5..379803f04678c0a6de9dee6fdd736ef0a2399714 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -258,7 +258,7 @@ DEFINE_bool(trace_fragmentation, false,
|
| "report fragmentation for old pointer and data pages")
|
| DEFINE_bool(collect_maps, true,
|
| "garbage collect maps from which no objects can be reached")
|
| -DEFINE_bool(flush_code, false,
|
| +DEFINE_bool(flush_code, true,
|
| "flush code that we expect not to use again before full gc")
|
| DEFINE_bool(incremental_marking, true, "use incremental marking")
|
| DEFINE_bool(incremental_marking_steps, true, "do incremental marking steps")
|
|
|