RFR: 8322064: Remove expired flags in JDK 24 [v2]

David Holmes dholmes at openjdk.org
Tue Jun 11 22:16:25 UTC 2024


> All the VM flags that expire in JDK 24 are removed from the flag table. (Note obsoletion of flags in 24 is handled by separate PR's for each flag.)
> 
> The Java manpage is updated to move any documented obsolete flags to the removed flags section, and last releases removed flags are removed. A link to the JDK 23 removed flags is added.
> 
> No test were found that still referenced the removed flags (any such usage should have been removed when the flag was made obsolete).
> 
> Thanks.

David Holmes has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:

 - Merge branch 'master' into 8322064-expired-flags
 - Manpage update
 - merge
 - 8322064: Remove expired flags in JDK 24

-------------

Changes: https://git.openjdk.org/jdk/pull/19642/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19642&range=01
  Stats: 150 lines in 2 files changed: 51 ins; 88 del; 11 mod
  Patch: https://git.openjdk.org/jdk/pull/19642.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19642/head:pull/19642

PR: https://git.openjdk.org/jdk/pull/19642


More information about the hotspot-runtime-dev mailing list