--- old/src/hotspot/share/runtime/globals.hpp 2017-09-28 12:22:59.551257870 +0200 +++ new/src/hotspot/share/runtime/globals.hpp 2017-09-28 12:22:59.407257872 +0200 @@ -1307,6 +1307,9 @@ product(intx, ValueArrayElemMaxFlatSize, -1, \ "Max size for flattening value array elements, <0 no limit") \ \ + product(intx, ValueFieldMaxFlatSize, -1, \ + "Max size for flattening value type fields, <0 no limit") \ + \ product(intx, ValueArrayElemMaxFlatOops, 4, \ "Max nof embedded object references in a value type to flatten, <0 no limit") \ \