JDK-8309981 : Remove expired flags in JDK 23
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 23
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-06-14
  • Updated: 2023-12-21
  • Resolved: 2023-12-14
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 23
23 b03Fixed
Related Reports
Cloners :  
Cloners :  
Description
All flags that expire in JDK 23 should be removed from the special_jvm_flags table.

The Java manpage should also be updated as appropriate e.g. if a flag previously documented as obsolete is now expired we move it from the obsolete section to the "expired" section; and we remove the list of options listed as removed in the previous release (if any). 
Comments
Changeset: d02bc873 Author: David Holmes <dholmes@openjdk.org> Date: 2023-12-14 21:24:17 +0000 URL: https://git.openjdk.org/jdk/commit/d02bc873f806c90754da10c8a052e32836e895fd
14-12-2023

The following flags are expired in JDK 23: { "DoReserveCopyInSuperWord", JDK_Version::undefined(), JDK_Version::jdk(22), JDK_Version::jdk(23) }, { "UseCounterDecay", JDK_Version::undefined(), JDK_Version::jdk(22), JDK_Version::jdk(23) }, { "UseHugeTLBFS", JDK_Version::undefined(), JDK_Version::jdk(22), JDK_Version::jdk(23) }, { "UseSHM", JDK_Version::undefined(), JDK_Version::jdk(22), JDK_Version::jdk(23) }, Both UseHugeTLBFS and UseSHM were documented as obsoleted, so they are now documented as expired. There are no test changes needed.
14-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17107 Date: 2023-12-14 12:38:48 +0000
14-12-2023