--- old/src/hotspot/share/runtime/globals.hpp 2018-12-03 14:35:50.474773091 +0100 +++ new/src/hotspot/share/runtime/globals.hpp 2018-12-03 14:35:50.138776412 +0100 @@ -2648,13 +2648,16 @@ "Enable experimental Valhalla features") \ \ product_pd(bool, ValueTypePassFieldsAsArgs, \ - "Pass each value type field as an argument at calls") \ + "Pass each value type field as an argument at calls") \ \ product_pd(bool, ValueTypeReturnedAsFields, \ - "return fields instead of a value type reference") \ + "Return fields instead of a value type reference") \ + \ + develop(bool, StressValueTypePassFieldsAsArgs, false, \ + "Stress passing each value type field as an argument at calls") \ \ develop(bool, StressValueTypeReturnedAsFields, false, \ - "stress return of fields instead of a value type reference") \ + "Stress return of fields instead of a value type reference") \ \ develop(bool, ScalarizeValueTypes, true, \ "Scalarize value types in compiled code") \