-
Notifications
You must be signed in to change notification settings - Fork 97
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
8319673: Few security tests ignore VM flags #830
8319673: Few security tests ignore VM flags #830
Conversation
👋 Welcome back syan! A progress list of the required criteria for merging this PR into |
@sendaoYan This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 17 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
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 8 weeks and will be automatically closed if another 8 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! |
wait |
@sendaoYan This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 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! |
wait |
Hi @sendaoYan, what's up with this backport? |
I think I just mistake the PR status. I make this PR as ready now. |
I will verify the jtreg tests again then create approval request later. |
This backport will generate below javac compiler error, caused by new API
|
GHA report |
This backport will cause test |
Hi @sendaoYan, |
Thanks for the detail advice. I will create a new PR to backport plus fix the compile error. |
The new PR #1142 has been created, close this as duplicated. |
Hi, you don't need a new pr, just push a fix to this branch. The fix is simple enough, you can just edit it in the web. Locally, you can check out origin/pr/830 and double-check on it if needed. |
…_JDK_DIR.resolve("bin").resolve("java") to avoid jdk21 javac genrate compile error
Thanks for your patient advising. This PR has been updated. |
GHA failure of latest run: infra issue, unrelated |
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.
LGTM.
Thanks for the review. /approval request Backport to make several tests receive VM options from jtreg. The change has been verified locally, test-fix only, no risk. |
@sendaoYan |
Thanks all for the review and approved. /integrate |
Going to push as commit fa07b3d.
Your commit was automatically rebased without conflicts. |
@sendaoYan Pushed as commit fa07b3d. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
This pull request contains a backport of commit 43029006 from the openjdk/jdk repository. Backport parity with 21.0.5-oracle, the change has been verified, no risk.
The commit being backported was authored by Matthew Donovan on 29 Feb 2024 and was reviewed by Weijun Wang and Hai-May Chao.
The new API
Path resolve(String first, String... more)
was not supported in jdk21u-dev, so I change the line code fromCOPY_JDK_DIR.resolve("bin", "java")
toCOPY_JDK_DIR.resolve("bin").resolve("java")
to avoid jdk21 javac generate compile error, and make this backport uncleanly, all other parts are backported cleanly.The change has been verified locally, test-fix only, no risk.
Thanks!
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/830/head:pull/830
$ git checkout pull/830
Update a local copy of the PR:
$ git checkout pull/830
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/830/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 830
View PR using the GUI difftool:
$ git pr show -t 830
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/830.diff
Using Webrev
Link to Webrev Comment