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
8270991: G1 Full GC always performs heap verification after JDK-8269295 #4856
8270991: G1 Full GC always performs heap verification after JDK-8269295 #4856
Conversation
|
Consider pushing this without waiting for the usual HotSpot 24 hour rule. |
@tschatzl This change now passes all automated pre-integration checks. 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 no new commits pushed to the
|
I'll push forgoing the 24 hour rule since it is a very small fix, and fairly disruptive when benchmarking. Thanks @kimbarrett and @walulyai for your reviews. /integrate |
Going to push as commit 57611b3. |
Hi all,
can I have reviews for this fix that removes always-on heap verification for g1 full gcs caused by any reason?
JDK-8269295 refactored some code in that area, and existing tests only checked that verification is properly enabled or disabled for young gc only.
This change fixes the problem and improves the existing test accordingly.
Testing: new test case
Thanks,
Thomas
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/4856/head:pull/4856
$ git checkout pull/4856
Update a local copy of the PR:
$ git checkout pull/4856
$ git pull https://git.openjdk.java.net/jdk pull/4856/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4856
View PR using the GUI difftool:
$ git pr show -t 4856
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/4856.diff