The FieldsAllocationStyle and CompactFields options were deprecated in JDJ 14 under JDK-8228753 and marked for obsoletion in JDK 15.
We need to:
- delete all code relating to the options
- update any test that may be specifying the options (e.g. VMDeprecatedOptions test)
- move the flags to the "obsoleted" section of the special flags table
- update any documentation that may refer to these flags
We need to:
- delete all code relating to the options
- update any test that may be specifying the options (e.g. VMDeprecatedOptions test)
- move the flags to the "obsoleted" section of the special flags table
- update any documentation that may refer to these flags
- relates to
-
JDK-8228441 Field layout requires complete overhaul to efficiently support inline classes
-
- Closed
-
-
JDK-8228753 Deprecate -XX:FieldsAllocationStyle product option
-
- Resolved
-