Integrated: 8322064: Remove expired flags in JDK 24
David Holmes
dholmes at openjdk.org
Thu Jun 13 02:56:16 UTC 2024
On Tue, 11 Jun 2024 01:41:50 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.
This pull request has now been integrated.
Changeset: 238162a3
Author: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/238162a3b8ce307659420661903a7f8ac1f06979
Stats: 126 lines in 2 files changed: 39 ins; 76 del; 11 mod
8322064: Remove expired flags in JDK 24
Reviewed-by: kvn, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/19642
More information about the hotspot-runtime-dev
mailing list