Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e13bdd51d16389a7b823008f77bf817509a31368..191a9b4b44da7930b4bc3e8614c8c63e4a4f10e9 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -760,7 +760,7 @@ DEFINE_INT(max_incremental_marking_finalization_rounds, 3, |
"at most try this many times to finalize incremental marking") |
DEFINE_BOOL(minor_mc, false, "perform young generation mark compact GCs") |
DEFINE_NEG_IMPLICATION(minor_mc, incremental_marking) |
-DEFINE_BOOL(black_allocation, false, "use black allocation") |
+DEFINE_BOOL(black_allocation, true, "use black allocation") |
DEFINE_BOOL(concurrent_sweeping, true, "use concurrent sweeping") |
DEFINE_BOOL(parallel_compaction, true, "use parallel compaction") |
DEFINE_BOOL(parallel_pointer_update, true, |