< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 10504 : value type calling convention

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