--- old/src/share/vm/runtime/globals.hpp 2017-09-21 09:18:06.408998207 +0200 +++ new/src/share/vm/runtime/globals.hpp 2017-09-21 09:18:06.324998208 +0200 @@ -1310,6 +1310,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") \ \