New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8236225: Remove expired flags in JDK 17 #1773
Conversation
…bsolete flags in JDK 17 at ths time.
/issue add JDK-8256717 |
|
@dholmes-ora |
@dholmes-ora The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
/label remove build |
@dholmes-ora |
@dholmes-ora This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 7 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
Mailing list message from David Holmes on hotspot-runtime-dev: On 15/12/2020 9:53 am, Vladimir Kozlov wrote:
Thanks Vladimir! David |
/integrate |
@dholmes-ora Since your change was applied there have been 32 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 1e77896. |
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
Progress
Issues
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/1773/head:pull/1773
$ git checkout pull/1773