Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index c93652d4970e9195c2e3c456d4d8ce3b9354802a..2cb008118481f969151d6feecd8d1b1e6482c12f 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -595,8 +595,9 @@ DEFINE_BOOL(print_max_heap_committed, false, |
"in name=value format on exit") |
DEFINE_BOOL(trace_gc_verbose, false, |
"print more details following each garbage collection") |
-DEFINE_BOOL(trace_fragmentation, false, |
- "report fragmentation for old pointer and data pages") |
+DEFINE_BOOL(trace_fragmentation, false, "report fragmentation for old space") |
+DEFINE_BOOL(trace_fragmentation_verbose, false, |
+ "report fragmentation for old space (detailed)") |
DEFINE_BOOL(collect_maps, true, |
"garbage collect maps from which no objects can be reached") |
DEFINE_BOOL(weak_embedded_maps_in_optimized_code, true, |