< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

@@ -4080,11 +4080,15 @@
              "Disable backwards compatibility for compile commands.")       \
                                                                             \
   diagnostic(bool, CompilerDirectivesPrint, false,                          \
              "Print compiler directives on installation.")                  \
   diagnostic(int,  CompilerDirectivesLimit, 50,                             \
-             "Limit on number of compiler directives.")
+             "Limit on number of compiler directives.")                     \
+  product(bool, HeapMonitor, false,                                         \
+          "Enable heap monitoring.")                                        \
+  product(uintx, MaxHeapTraces, 200,                                        \
+          "Maximum number of traces kept by the heap monitoring.")          \
 
 
 /*
  *  Macros for factoring of globals
  */
< prev index next >