Skip to content

8382028: [lworld] gc/stress/gcbasher/TestGCBasherWithParallel.java fails with OOME#2320

Open
lmesnik wants to merge 1 commit intoopenjdk:lworldfrom
lmesnik:8382028
Open

8382028: [lworld] gc/stress/gcbasher/TestGCBasherWithParallel.java fails with OOME#2320
lmesnik wants to merge 1 commit intoopenjdk:lworldfrom
lmesnik:8382028

Conversation

@lmesnik
Copy link
Copy Markdown
Member

@lmesnik lmesnik commented Apr 13, 2026

Test starts failing after https://bugs.openjdk.org/browse/JDK-8379695 [lworld] Update GCBasher to use value classes

The problem happened during file reading file and converting byte[] to Byte[] because it requires creation of 2 arrays of file length at the same time.
Verified that TestGCBasherWithParallel.java test pass with -XX:-UseCompressedOops.
The other tests (G1, Serial, ZGC) don't fail.



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 Committer)

Issue

  • JDK-8382028: [lworld] gc/stress/gcbasher/TestGCBasherWithParallel.java fails with OOME (Bug - P4)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2320

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2320.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Apr 13, 2026

👋 Welcome back lmesnik! A progress list of the required criteria for merging this PR into lworld 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 13, 2026

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

8382028: [lworld] gc/stress/gcbasher/TestGCBasherWithParallel.java fails with OOME

Reviewed-by: dcubed

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 3 new commits pushed to the lworld branch:

  • c8bdf17: 8379614: [lworld] runtime/valhalla/inlinetypes/InlineTypeDensity.java fails with UCOH
  • 8b5c1ad: 8381996: [lworld] JNIHandles::is_same_object makes an unsafe Java upcall
  • 9b8b3eb: 8382071: [lworld] Print more information at "must constrain OSR typestate" assert

Please see this link for an up-to-date comparison between the source branch of this pull request and the lworld 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.

➡️ To integrate this PR with the above commit message to the lworld branch, type /integrate in a new comment.

@lmesnik
Copy link
Copy Markdown
Member Author

lmesnik commented Apr 14, 2026

/template append

@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 14, 2026

@lmesnik The pull request template has been appended to the pull request body

@openjdk openjdk bot added the rfr Pull request is ready for review label Apr 14, 2026
@mlbridge
Copy link
Copy Markdown

mlbridge bot commented Apr 14, 2026

Webrevs

Copy link
Copy Markdown
Member

@dcubed-ojdk dcubed-ojdk left a comment

Choose a reason for hiding this comment

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

Thumbs up. Thanks for fixing this issue.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready Pull request is ready to be integrated rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

2 participants