< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 4063,4073 **** "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 */ --- 4063,4077 ---- "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, AllocateHeapAt, 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 >