Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 1f32f29e6757b0d7255e5711a93348771de82090..49c015581eadfab7b8bac9295b86de943d940f71 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -839,6 +839,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. |