8260704: ParallelGC: oldgen expansion needs release-store for _end #141
Conversation
|
@kimbarrett Setting summary to |
@kimbarrett The following label will be automatically applied to this pull request:
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. |
Webrevs
|
@kimbarrett This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
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 no new commits pushed to the
|
/integrate |
@kimbarrett Pushed as commit afd5eef. |
Please review this change that ensures MutableSpace::_end is updated after
everything else that is relevant when expanding, by using a release_store to
perform the update. With this change the storestore that was added by
JDK-8257999 is no longer needed.
Testing:
mach5 tier1-3, tier5
/summary Move JDK-8257999 barrier to correct location.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk16 pull/141/head:pull/141
$ git checkout pull/141