< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 1308,1317 **** --- 1308,1320 ---- "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 >