RFR: 8322064: Remove expired flags in JDK 24

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


On Tue, 11 Jun 2024 02:07:58 GMT, Vladimir Kozlov <kvn 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.
>
> @dholmes-ora, I pushed  "Obsolete RTM flags" changes. You need to update man page.

Thanks @vnkozlov . Not sure what happened there as I had already pulled your changes. Seems to be fixed now.

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

PR Comment: https://git.openjdk.org/jdk/pull/19642#issuecomment-2161706814


More information about the hotspot-runtime-dev mailing list