Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 49d44746e8297ed46c730cd50371a6a509985660..8c97d518e9beddf0ba9d0d53ccc8a66876dff936 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -541,6 +541,8 @@ DEFINE_BOOL(trace_gc_ignore_scavenger, false, |
"do not print trace line after scavenger collection") |
DEFINE_BOOL(trace_idle_notification, false, |
"print one trace line following each idle notification") |
+DEFINE_BOOL(trace_idle_notification_verbose, false, |
+ "prints the heap state used by the idle notification") |
DEFINE_BOOL(print_cumulative_gc_stat, false, |
"print cumulative GC statistics in name=value format on exit") |
DEFINE_BOOL(print_max_heap_committed, false, |