JDK-8236224 : Obsolete the FieldsAllocationStyle and CompactFields options
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-12-18
  • Updated: 2020-01-11
  • Resolved: 2020-01-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b05Fixed
Related Reports
Relates :  
Relates :  
Description
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
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/f155bc493968 User: coleenp Date: 2020-01-07 18:11:51 +0000
07-01-2020

The changes to remove these options should be fixed before JDK-8228441 since that bug will retain some of the old code temporarily.
02-01-2020

If this gets handled by JDK-8228441 that is fine, this can then be closed as a duplicate. I just wanted to make sure we didn't overlook the obsoletion if JDK-8228441 didn't get in to 15. Thanks.
19-12-2019

[~fparain] do you want to remove these options are part of your field layout changes, or separately?
18-12-2019