Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index f5d561e8d34649eec23c2079e3adbe2f36c58b87..d90cf79bc52b0b37401a23d397c3eb668b486a4c 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -676,7 +676,6 @@ DEFINE_INT(min_progress_during_incremental_marking_finalization, 32, |
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, page_promotion) |
DEFINE_NEG_IMPLICATION(minor_mc, flush_code) |
DEFINE_BOOL(black_allocation, true, "use black allocation") |
DEFINE_BOOL(concurrent_store_buffer, true, |