< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

@@ -4151,10 +4151,13 @@
           "Enable DeriveValueType annotated classes to be rewritten")       \
                                                                             \
   product(bool, EnableExtraSuper, true,                                     \
           "allow trait interfaces to be injected into array types")         \
                                                                             \
+  develop_pd(bool, ValueTypePassFieldsAsArgs,                               \
+            "Pass each field as an argument at calls")                      \
+                                                                            \
                                                                             \
   product(bool, EnableTracing, false,                                       \
           "Enable event-based tracing")                                     \
                                                                             \
   product(bool, UseLockedTracing, false,                                    \

@@ -4185,13 +4188,11 @@
                                                                             \
   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 >