< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 4042,4052 **** "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 */ --- 4042,4056 ---- "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(ccstr, HeapDir, NULL, \ ! "Path to the directoy where a temporary file will be created \ ! to use as the backing store for Java Heap.") /* * Macros for factoring of globals */
< prev index next >