[jdk13u-dev] RFR: 8260704: ParallelGC: oldgen expansion needs release-store for _end
Yuri Nesterenko
yan at openjdk.java.net
Thu Sep 16 08:50:55 UTC 2021
On Wed, 15 Sep 2021 18:04:33 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> I'd like to backport JDK-8260704 to jdk13u for parity with jdk11u.
> The original patch applied manually due to the slight context changes. This patch is identical to the same one applied to jdk11u. And, as in the patch for jdk11u, here the method from OrderAccess is used instead of Atomic because this method was moved from OrderAccess to Atomic only in JDK 14 with JDK-8234562.
> All regular tests passed.
Marked as reviewed by yan (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk13u-dev/pull/262
More information about the jdk-updates-dev
mailing list