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

Thomas Stuefe stuefe at openjdk.org
Wed Jun 12 05:54:12 UTC 2024


On Tue, 11 Jun 2024 22:28:25 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> 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 incrementally with one additional commit since the last revision:
> 
>   Fix up merge with 8329141: Obsolete RTM flags and code

+1

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

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19642#pullrequestreview-2112007071


More information about the hotspot-runtime-dev mailing list