Skip to content
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

8281297: TestStressG1Humongous fails with guarantee(is_range_uncommitted) #8560

Closed
wants to merge 1 commit into from

Conversation

lkorinth
Copy link
Contributor

@lkorinth lkorinth commented May 5, 2022

TestStressG1Humongous passes 200 times with this change. I have started a new windows run with 1000 iterations. Without the fix the testcase will usually fail a few times when iterating 100 times. I have also started a tier 1-3 run.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed (1 review required, with at least 1 reviewer)

Issue

  • JDK-8281297: TestStressG1Humongous fails with guarantee(is_range_uncommitted)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/8560/head:pull/8560
$ git checkout pull/8560

Update a local copy of the PR:
$ git checkout pull/8560
$ git pull https://git.openjdk.java.net/jdk pull/8560/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 8560

View PR using the GUI difftool:
$ git pr show -t 8560

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/8560.diff

@bridgekeeper
Copy link

bridgekeeper bot commented May 5, 2022

👋 Welcome back lkorinth! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr Pull request is ready for review label May 5, 2022
@openjdk
Copy link

openjdk bot commented May 5, 2022

@lkorinth The following label will be automatically applied to this pull request:

  • hotspot

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the hotspot hotspot-dev@openjdk.org label May 5, 2022
@mlbridge
Copy link

mlbridge bot commented May 5, 2022

Webrevs

Copy link
Contributor

@fisk fisk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@openjdk
Copy link

openjdk bot commented May 5, 2022

@lkorinth 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:

8281297: TestStressG1Humongous fails with guarantee(is_range_uncommitted)

Reviewed-by: eosterlund, iwalulya, tschatzl

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 13 new commits pushed to the master branch:

  • dd06cc6: 8283807: Handle CompileThreshold the same as other thresholds when scaled with -XX:CompileThresholdScaling
  • 015cfda: 8262004: Classpath separator: Man page says semicolon; should be colon on Linux
  • 9425ab2: 8286153: Remove redundant casts and other cleanup
  • 7ebc4bc: 8286066: assert(k != __null) failed: klass not loaded caused by FillerObject_klass
  • 6a1b145: 8286029: Add classpath exemption to globals_vectorApiSupport_***.S.inc
  • 59ef76a: 8285497: Add system property for Java SE specification maintenance version
  • 6d7e446: 8283306: re-resolving indirect call to non-entrant nmethod can crash
  • 4957bc7: 8286056: AArch64: clarify uses of MacroAssembler::far_call/MacroAssembler::far_jump
  • e7adc28: 8284675: "jpackage.exe" creates application launcher without Windows Application Manfiest
  • 9644a31: 8285616: [macos] Incorrect path for launcher-as-service.txt in .cfg file
  • ... and 3 more: https://git.openjdk.java.net/jdk/compare/5ac7186c9e2ea1e3bdbd8e10429feb520d1aedf8...master

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 master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label May 5, 2022
@tschatzl
Copy link
Contributor

tschatzl commented May 6, 2022

Fwiw, if this duplicates JDK-8283899 (which I think it does), this change ought to include the re-enablement of the G1RegionToSpaceMapper.largeStressAdjacent_vm test - unless you want to do this re-enablement as an extra CR.

@lkorinth
Copy link
Contributor Author

lkorinth commented May 6, 2022

I will revert it in a separate pull request (#8580). That pull request will be a clean git revert rebased on this fix.

@lkorinth
Copy link
Contributor Author

lkorinth commented May 9, 2022

Thanks for the review Erik, Ivan and Thomas.

/integrate

@openjdk
Copy link

openjdk bot commented May 9, 2022

Going to push as commit 1ce72ea.
Since your change was applied there have been 26 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label May 9, 2022
@openjdk openjdk bot closed this May 9, 2022
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels May 9, 2022
@openjdk
Copy link

openjdk bot commented May 9, 2022

@lkorinth Pushed as commit 1ce72ea.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@lkorinth lkorinth deleted the _8281297 branch May 16, 2022 07:10
@openjdk
Copy link

openjdk bot commented May 30, 2022

@lkorinth Unknown command backport - for a list of valid commands use /help.

@openjdk
Copy link

openjdk bot commented May 30, 2022

@lkorinth Available commands:

  • covered - used when employer has signed the OCA
  • help - shows this text
  • signed - used after signing the OCA
  • test - used to run tests

@lkorinth lkorinth restored the _8281297 branch May 30, 2022 15:32
@openjdk
Copy link

openjdk bot commented May 30, 2022

@lkorinth Available commands:

  • covered - used when employer has signed the OCA
  • help - shows this text
  • signed - used after signing the OCA
  • test - used to run tests

@lkorinth lkorinth deleted the _8281297 branch May 30, 2022 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotspot hotspot-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

4 participants