8381382: Shenandoah: assert(capacity > 0) failed: free regions must have allocation capacity#553
Conversation
|
👋 Welcome back xpeng! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
|
/approval request This change addresses a correctness issue introduced in https://bugs.openjdk.org/browse/JDK-8345423. Only Shenandoah is affected by the change. |
|
@earthling-amzn Only the author (@pengxiaolong) is allowed to issue the |
|
/approval request This change addresses a correctness issue introduced in https://bugs.openjdk.org/browse/JDK-8345423. Only Shenandoah is affected by the change. |
|
@pengxiaolong |
Hi all,
This pull request contains a backport of commit 01bfd427 from the openjdk/jdk repository.
The PR fix a memory order related bug that could corrupt heap, therefore I think it is necessary to backport it. It is not a clean backport because of renaming from Atomic to AtomicAccess in hotspot.
Test:
Thanks!
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u-dev.git pull/553/head:pull/553$ git checkout pull/553Update a local copy of the PR:
$ git checkout pull/553$ git pull https://git.openjdk.org/jdk25u-dev.git pull/553/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 553View PR using the GUI difftool:
$ git pr show -t 553Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk25u-dev/pull/553.diff
Using Webrev
Link to Webrev Comment