< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

@@ -4086,10 +4086,13 @@
           "Enable experimental Minimal Value Types")                        \
                                                                             \
   develop_pd(bool, ValueTypePassFieldsAsArgs,                               \
              "Pass each value type field as an argument at calls")          \
                                                                             \
+  develop_pd(bool, ValueTypeReturnedAsFields,                               \
+            "return fields instead of a value type reference")              \
+                                                                            \
   develop(bool, FullGCALotWithValueTypes, false,                            \
           "Force full GCs to stress test handling of value types")          \
 
 
 /*
< prev index next >