Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e43f565c3cff7b1ce0b228c2e605f0061b9a461e..a4b61aafb35966148ff8353d2529ae619e6a88c3 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -620,8 +620,11 @@ DEFINE_BOOL(trace_incremental_marking, false, |
"trace progress of the incremental marking") |
DEFINE_BOOL(track_gc_object_stats, false, |
"track object counts and memory usage") |
-DEFINE_BOOL(track_detached_contexts, false, |
+DEFINE_BOOL(track_detached_contexts, true, |
"track native contexts that are expected to be garbage collected") |
+DEFINE_BOOL(trace_detached_contexts, false, |
+ "trace native contexts that are expected to be garbage collected") |
+DEFINE_IMPLICATION(trace_detached_contexts, track_detached_contexts) |
#ifdef VERIFY_HEAP |
DEFINE_BOOL(verify_heap, false, "verify heap pointers before and after GC") |
#endif |