< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 10512 : value type calling convention

*** 4184,4195 **** "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 */ --- 4184,4197 ---- "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.") \ ! \ ! experimental(bool, ValueTypePassFieldsAsArgs, true, \ ! "Pass each field as an argument at calls") \ /* * Macros for factoring of globals */
< prev index next >