JDK-8257038 : Remove expired flags in JDK 18
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-25
  • Updated: 2021-06-21
  • Resolved: 2021-06-13
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 18
18 b02Fixed
Related Reports
Cloners :  
Relates :  
Relates :  
Description
All flags that expire in JDK 18 should be removed from the special_jvm_flags table.

The Java manpage should also be updated as appropriate (ie if a flag previously documented as obsolete is now expired we move it from the obsolete section to the "expired" section.) 
Comments
I overlooked the need to always update the manpage to reflect the current version and to delete the previous release's list of removed options. Thgis is being fixed in JDK-8269003.
21-06-2021

Changeset: 1ba4e0ca Author: David Holmes <dholmes@openjdk.org> Date: 2021-06-13 22:16:12 +0000 URL: https://git.openjdk.java.net/jdk/commit/1ba4e0cada031407a17a665cf24b03bacb59cdbb
13-06-2021

Only 4 expired flags to process: { "SuspendRetryCount", JDK_Version::undefined(), JDK_Version::jdk(17), JDK_Version::jdk(18) }, { "SuspendRetryDelay", JDK_Version::undefined(), JDK_Version::jdk(17), JDK_Version::jdk(18) }, { "AssertOnSuspendWaitFailure", JDK_Version::undefined(), JDK_Version::jdk(17), JDK_Version::jdk(18) }, { "TraceSuspendWaitFailures", JDK_Version::undefined(), JDK_Version::jdk(17), JDK_Version::jdk(18) }, no changes to the manpage are needed for these flags.
10-06-2021