Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index f113eaa1f27c07426145ffcac01945d416fa1166..355e391d5f2b6522d08eaf4dbf1ed854fd86223a 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -843,6 +843,8 @@ DEFINE_BOOL(gc_verbose, false, "print stuff during garbage collection") |
DEFINE_BOOL(heap_stats, false, "report heap statistics before and after GC") |
DEFINE_BOOL(code_stats, false, "report code statistics after GC") |
DEFINE_BOOL(print_handles, false, "report handles after GC") |
+DEFINE_BOOL(check_handle_count, false, |
+ "Check that there are not too many handles at GC") |
DEFINE_BOOL(print_global_handles, false, "report global handles after GC") |
// TurboFan debug-only flags. |