< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 1305,1314 **** --- 1305,1317 ---- "Flatten value array elements, if possible") \ \ 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") \ \ product(bool, ValueArrayAtomicAccess, false, \ "Atomic value array accesses by-default, for all value arrays") \
< prev index next >