-
Notifications
You must be signed in to change notification settings - Fork 217
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
8319567: Update java/lang/invoke tests to support vm flags #2817
8319567: Update java/lang/invoke tests to support vm flags #2817
Conversation
👋 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 issues from the original commit. |
Webrevs
|
Depend JDK-8315097 |
@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! |
/open |
@sendaoYan This pull request is already open |
Give up backport to 17u. |
Hi all,
This backport of openjdk/jdk#16666 to jdk17u-dev, to make the test will support VM flags passed to jtreg, and a couple tests that ignore VM flags should use ProcessTools::createLimtiedTestJavaProcessBuilder and marks the test with @requires vm.flagless.
Addiontial testing:
Progress
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2817/head:pull/2817
$ git checkout pull/2817
Update a local copy of the PR:
$ git checkout pull/2817
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2817/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2817
View PR using the GUI difftool:
$ git pr show -t 2817
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2817.diff
Webrev
Link to Webrev Comment