RFR: 8345629: Remove expired flags in JDK 25

Coleen Phillimore coleenp at openjdk.org
Fri Dec 6 19:51:39 UTC 2024


On Fri, 6 Dec 2024 01:36:46 GMT, David Holmes <dholmes at openjdk.org> wrote:

> All flags that expire in JDK 25 are removed from the special_jvm_flags table.
> 
> The Java command manpage is updated so that flags removed in the previous release are deleted from the "Removed flags" section and a link added to the previous release manpage. Any documented obsolete flags are moved to the "Removed section" from the "Obsoleted" section.
> 
> Testing: tiers 1-3 sanity
> 
> Thanks

Looks good.

src/java.base/share/man/java.md line 3003:

> 3001:     the class-file format specification. Developers should use this flag when
> 3002:     developing new code. Stricter checks may become the default in future
> 3003:     releases.

Oh so this is what this option meant.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22593#pullrequestreview-2485733435
PR Review Comment: https://git.openjdk.org/jdk/pull/22593#discussion_r1873899988


More information about the hotspot-runtime-dev mailing list