-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 #9443
8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests #9443
Conversation
👋 Welcome back tschatzl! A progress list of the required criteria for merging this PR into |
Webrevs
|
test/hotspot/jtreg/gc/metaspace/TestPerfCountersAndMemoryPools.java
Outdated
Show resolved
Hide resolved
@tschatzl 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 47 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 |
I have looked through the change, and it looks mostly good to me. TestEagerReclaimHumongousRegionsClearMarkBits after the change only runs in debug builds, is that made on purpose? |
TestEagerReclaimHumongousRegionsClearMarkBits is not going to crash due to bitmap verification error in product mode because that verification is debug mode only. At most it could crash due to other reasons, but I do not think it is worth running the test for random suspicion that something might be wrong that other tests would highly likely also pick up. |
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.
Looks good, and thanks for removing -XX:+IgnoreUnrecognizedVMOptions
from our test cases.
test/hotspot/jtreg/gc/shenandoah/options/TestSelectiveBarrierFlags.java
Outdated
Show resolved
Hide resolved
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.
Looks good.
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.
Looks good.
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.
Drat! I meant to check for that and then forgot. Looks good.
Thanks @kimbarrett @albertnetymk @lkorinth for your reviews. /integrate |
Going to push as commit 2583feb.
Your commit was automatically rebased without conflicts. |
Hi all,
can I have reviews for removal of the use of
-XX:+IgnoreUnrecognizedVMOptions
for gc tests?As per JDK-8228493 use of that option has drawbacks wrt to test reliability, so trying to remove them by
@test
blocks (mostly sme Shenandoah tests as I could not find a good way for them)@requires
Testing: gha, running tests
Thanks,
Thomas
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/9443/head:pull/9443
$ git checkout pull/9443
Update a local copy of the PR:
$ git checkout pull/9443
$ git pull https://git.openjdk.org/jdk pull/9443/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 9443
View PR using the GUI difftool:
$ git pr show -t 9443
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/9443.diff