Skip to content

8382441: Problemlist TestStressAllocationGCEventsWithShenandoah and TestStressBigAllocationGCEventsWithShenandoah#30802

Closed
rgithubli wants to merge 1 commit intoopenjdk:masterfrom
rgithubli:8382441
Closed

8382441: Problemlist TestStressAllocationGCEventsWithShenandoah and TestStressBigAllocationGCEventsWithShenandoah#30802
rgithubli wants to merge 1 commit intoopenjdk:masterfrom
rgithubli:8382441

Conversation

@rgithubli
Copy link
Copy Markdown
Contributor

@rgithubli rgithubli commented Apr 17, 2026

Problemlist these two tests before coming up with a stable fix. Original test failure report: https://bugs.openjdk.org/browse/JDK-8382335



Progress

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

Issue

  • JDK-8382441: Problemlist TestStressAllocationGCEventsWithShenandoah and TestStressBigAllocationGCEventsWithShenandoah (Sub-task - P4)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30802/head:pull/30802
$ git checkout pull/30802

Update a local copy of the PR:
$ git checkout pull/30802
$ git pull https://git.openjdk.org/jdk.git pull/30802/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 30802

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30802.diff

Using Webrev

Link to Webrev Comment

…estStressBigAllocationGCEventsWithShenandoah
@bridgekeeper
Copy link
Copy Markdown

bridgekeeper Bot commented Apr 17, 2026

👋 Welcome back ruili! 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
Copy link
Copy Markdown

openjdk Bot commented Apr 17, 2026

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

8382441: Problemlist TestStressAllocationGCEventsWithShenandoah and TestStressBigAllocationGCEventsWithShenandoah

Reviewed-by: wkemper, shade

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

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.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@earthling-amzn, @shipilev) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 17, 2026

@rgithubli To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command.

Applicable Labels
  • build
  • client
  • compiler
  • core-libs
  • hotspot
  • hotspot-compiler
  • hotspot-gc
  • hotspot-jfr
  • hotspot-runtime
  • i18n
  • ide-support
  • javadoc
  • jdk
  • net
  • nio
  • security
  • serviceability
  • shenandoah

@rgithubli
Copy link
Copy Markdown
Contributor Author

/label hotspot

@openjdk openjdk Bot added the hotspot hotspot-dev@openjdk.org label Apr 17, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 17, 2026

@rgithubli
The hotspot label was successfully added.

@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 17, 2026

The total number of required reviews for this PR has been set to 2 based on the presence of this label: hotspot. This can be overridden with the /reviewers command.

@rgithubli rgithubli marked this pull request as ready for review April 17, 2026 20:40
@openjdk openjdk Bot added the rfr Pull request is ready for review label Apr 17, 2026
Copy link
Copy Markdown
Contributor

@earthling-amzn earthling-amzn left a comment

Choose a reason for hiding this comment

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

LGTM, thank you.

@earthling-amzn
Copy link
Copy Markdown
Contributor

/reviewers 1

Trivial. Disables intermittently failing test.

@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 17, 2026

@earthling-amzn
The total number of required reviews for this PR (including the jcheck configuration and the last /reviewers command) is now set to 1 (with at least 1 Reviewer).

@openjdk openjdk Bot added the ready Pull request is ready to be integrated label Apr 17, 2026
@mlbridge
Copy link
Copy Markdown

mlbridge Bot commented Apr 17, 2026

Webrevs

@rgithubli
Copy link
Copy Markdown
Contributor Author

rgithubli commented Apr 18, 2026

/integrate

@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 18, 2026

@rgithubli Unknown command interate - for a list of valid commands use /help.

@rgithubli
Copy link
Copy Markdown
Contributor Author

/integrate

@openjdk openjdk Bot added the sponsor Pull request is ready to be sponsored label Apr 20, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 20, 2026

@rgithubli
Your change (at version f3ea4f7) is now ready to be sponsored by a Committer.

@shipilev
Copy link
Copy Markdown
Member

/sponsor

@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 20, 2026

Going to push as commit b854ba1.
Since your change was applied there have been 22 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 Apr 20, 2026
@openjdk openjdk Bot closed this Apr 20, 2026
@openjdk openjdk Bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review sponsor Pull request is ready to be sponsored labels Apr 20, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented Apr 20, 2026

@shipilev @rgithubli Pushed as commit b854ba1.

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

@rgithubli rgithubli deleted the 8382441 branch April 21, 2026 18:42
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.

3 participants