-
Notifications
You must be signed in to change notification settings - Fork 208
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
8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests #2438
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
👋 Welcome back syan! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
@sendaoYan This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Hi, can anyone review this PR. |
@sendaoYan This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
/open |
@sendaoYan This pull request is already open |
/open |
@sendaoYan This pull request is already open |
@sendaoYan This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
/approval request Backport to remove unnecessary use of IgnoreUnrecognizedVMOptions in gc tests, test fix only, the change has been verified, no risk. |
@sendaoYan |
Hi Sendao, |
/approval cancel |
@sendaoYan |
Sorry for that. I will cancel approval of all the PRs which have not been review yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove copyright date updates that are not in the original commit, and use the latest copyright dates from the original commit rather than 2024.
…/gc/metaspace/TestMetaspacePerfCounters.java
Thanks for the review. The copyright mis-updates has been reverted. |
…JCStress.java with an empty line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Ltgm.
|
…ion: Invalid tag: required"
In JDK-8290023, there is a typo bug, which has been fixed by JDK-8290269, I think we should include backport of JDK-8290269 in this PR, the backport commit is 4e02. Can you review this PR again, thanks. |
/issue JDK-8290269 |
@sendaoYan |
@sendaoYan This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
/open |
@sendaoYan This pull request is already open |
Hi,
This is backport of JDK-8290023 and JDK-8290269, this PR is prefixed PR of backport
JDK-8293503
Only change the testcase, additional testing:
It's not clean backport:
8210708
before8290023
jdk208298073
and8241293
after8290023
in jdk17u-dev8284161
before8290023
in jdk20Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2438/head:pull/2438
$ git checkout pull/2438
Update a local copy of the PR:
$ git checkout pull/2438
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2438/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2438
View PR using the GUI difftool:
$ git pr show -t 2438
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2438.diff
Webrev
Link to Webrev Comment