Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 7796700e14080ec80a5c8a9d80121de463b47087..87f83d9ae76974fc908b8e9562e191d6ba892fdb 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -495,6 +495,8 @@ DEFINE_BOOL(trace_gc_nvp, false, |
"after each garbage collection") |
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(print_cumulative_gc_stat, false, |
"print cumulative GC statistics in name=value format on exit") |
DEFINE_BOOL(print_max_heap_committed, false, |