< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 4080,4090 **** "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.") /* * Macros for factoring of globals */ --- 4080,4096 ---- "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.") \ ! product(bool, HeapMonitor, false, \ ! "Enable heap monitoring.") \ ! product(int, HeapMonitorRate, (1<<19), \ ! "Heap monitoring rate.") \ ! product(uintx, MaxHeapTraces, 200, \ ! "Maximum number of traces kept by the heap monitoring.") \ /* * Macros for factoring of globals */
< prev index next >