Skip to content

8380390: Shenandoah: Missing store barrier when resetting bitmaps#31518

Open
earthling-amzn wants to merge 1 commit into
openjdk:jdk27from
openjdk-bots:backport-earthling-amzn-a13dd293-jdk27
Open

8380390: Shenandoah: Missing store barrier when resetting bitmaps#31518
earthling-amzn wants to merge 1 commit into
openjdk:jdk27from
openjdk-bots:backport-earthling-amzn-a13dd293-jdk27

Conversation

@earthling-amzn

@earthling-amzn earthling-amzn commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Clean backport. I believe this is a low-risk change that fixes an assertion failure on architectures with weaker memory models than x86 (PowerPC, aarch64).



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-8380390: Shenandoah: Missing store barrier when resetting bitmaps (Bug - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 31518

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

Using diff file

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

Using Webrev

Link to Webrev Comment

@bridgekeeper

bridgekeeper Bot commented Jun 15, 2026

Copy link
Copy Markdown

👋 Welcome back wkemper! A progress list of the required criteria for merging this PR into jdk27 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 commented Jun 15, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot changed the title Backport a13dd293a811a6ba829696e68cd2150de2cb2f17 8380390: Shenandoah: Missing store barrier when resetting bitmaps Jun 15, 2026
@openjdk

openjdk Bot commented Jun 15, 2026

Copy link
Copy Markdown

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk Bot added backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required hotspot-gc [email protected] shenandoah [email protected] labels Jun 15, 2026
@openjdk

openjdk Bot commented Jun 15, 2026

Copy link
Copy Markdown

@earthling-amzn The following labels will be automatically applied to this pull request:

  • hotspot-gc
  • shenandoah

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

@openjdk openjdk Bot added the rfr Pull request is ready for review label Jun 15, 2026
@mlbridge

mlbridge Bot commented Jun 15, 2026

Copy link
Copy Markdown

Webrevs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required hotspot-gc [email protected] rfr Pull request is ready for review shenandoah [email protected]

Development

Successfully merging this pull request may close these issues.

1 participant