-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8271905: mark hotspot runtime/Metaspace tests which ignore external VM flags #5010
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
Conversation
👋 Welcome back iignatyev! A progress list of the required criteria for merging this PR into |
Hi Igor, I know we spoke about this before, but could you please explain again the motivation for these changes? Is this flag somewhere documented? AFAIU the flag changes the test such that it gets not executed by the jtreg framework if I specify a VM option on the command line with -vmoption (apart from a very narrow range of allowed options)? I often run jtreg tests with additional options to exercise tests in different contexts. Having them quietly turn off themselves would not be helpful then. Thanks, Thomas |
@dholmes-ora explained this to me (spawning childs without the given vmoptions) so this makes sense to me. Unfortunately, duplication of ML mails into github still seems broken. |
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
@iignatev 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 41 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 |
Thank you both Thomas and David. /integrate |
Going to push as commit 3ab95d1.
Your commit was automatically rebased without conflicts. |
Mailing list message from David Holmes on hotspot-runtime-dev: Hi Thomas, On 5/08/2021 2:35 pm, Thomas Stuefe wrote:
These tests exec another VM which is not passed the flags you set so Cheers, |
Mailing list message from Thomas Stüfe on hotspot-runtime-dev: Ah, thanks a lot for the reminder. Makes sense then. On Thu, Aug 5, 2021 at 7:48 AM David Holmes <david.holmes at oracle.com> wrote:
|
Hi all,
could you please review the patch that adds
@requires vm.flagless
to tworuntime/Metaspace
tests?Thanks,
-- Igor
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/5010/head:pull/5010
$ git checkout pull/5010
Update a local copy of the PR:
$ git checkout pull/5010
$ git pull https://git.openjdk.java.net/jdk pull/5010/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 5010
View PR using the GUI difftool:
$ git pr show -t 5010
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/5010.diff