[jdk16] RFR: 8260704: ParallelGC: oldgen expansion needs release-store for _end

Thomas Schatzl tschatzl at openjdk.java.net
Tue Feb 2 07:59:46 UTC 2021


On Mon, 1 Feb 2021 10:10:48 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> 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

Lgtm

-------------

Marked as reviewed by tschatzl (Reviewer).

PR: https://git.openjdk.java.net/jdk16/pull/141



More information about the hotspot-gc-dev mailing list