Integrated: 8236225: Remove expired flags in JDK 17

David Holmes dholmes at openjdk.java.net
Wed Dec 16 00:02:58 UTC 2020


On Mon, 14 Dec 2020 22:43:16 GMT, David Holmes <dholmes at openjdk.org> wrote:

> 8236225: Remove expired flags in JDK 17 
> 8256717: Expire the long term obsoleted VM flags 
> 
> The newly expired flags in 17 are removed from the flag table, as are all of the long term obsolete flags that had no explicit expiration release.
> 
> Updated any remaining references to the obsolete flags that are now expired.
> 
> Updated the man page to move flags from obsolete section to expired (removed) section. Note the manpage also shows changes to the illegal-access flag, this is a change that was made to the closed manpage source for JDK 16 but has not yet been pushed into the open java.1 version. This part of the change can be ignored.
> 
> Testing: tiers 1-3 and local testing of modified tests. I'm also checking for any JCK tests that may still use the legacy obsolete flags.
> 
> Thanks,
> David

This pull request has now been integrated.

Changeset: 1e778968
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1e778968
Stats:     341 lines in 7 files changed: 118 ins; 213 del; 10 mod

8236225: Remove expired flags in JDK 17
8256717: Expire the long term obsoleted VM flags

Reviewed-by: coleenp, kvn

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

PR: https://git.openjdk.java.net/jdk/pull/1773


More information about the hotspot-runtime-dev mailing list