- Loading...
...
Flag | Description | |||
|---|---|---|---|---|
| hotspot | ||||
| -XX:EnableValhalla | Boolean value, default value is `true` If true enable support for L-World inline types. | |||
| -XX:ValueArrayElemMaxFlatSize | Integer value, default is -1 Max size for flattening an array of inline types, < 0 means no limit, 0 = disable | |||
| -XX:ValueArrayElemMaxFlatOops | Integer value, default is 4 Max number of embedded object references in inline type to flatten in an array, < 0 means no limit | |||
| -XX:ValueArrayAtomicAccess | Boolean value, default value is `false` Enable atomic access to inlines in an array, by treating inline types as references. | |||
| -XX:EnableValhallaC1 | Boolean value, default "false" If true enable experimental C1 support of inline type | -XX:AcmpOnValues | Integer value, default is "3" 0 = regular acmp (i.e. ptr compare only) 1 = always false for inline types, perturbation scheme 2 = always false for inline types 3 = substitutability test | |
| java | ||||
| javac | ||||
| -XDallowWithFieldOperator | Allow experimental direct use of the withfield bytecode via "__WithField(<field ref>, <value>)" synatx |