Integrated: 8255527: Shenandoah: Let ShenadoahGCStateResetter disable barriers

Roman Kennke rkennke at openjdk.java.net
Wed Oct 28 12:18:57 UTC 2020


On Wed, 28 Oct 2020 10:43:07 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> JDK-8255036 introduced a regression: the new ShenandoahGCStateResetter does not actually disable barriers: it only records old state (without changing it) and then restores that state (i.e a no-op). 
> 
> Testing: hotspot_gc_shenandoah (also on conc-weakref branch, where the bug did manifest)

This pull request has now been integrated.

Changeset: 1f00c3b9
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1f00c3b9
Stats:     9 lines in 2 files changed: 4 ins; 1 del; 4 mod

8255527: Shenandoah: Let ShenadoahGCStateResetter disable barriers

Reviewed-by: shade, zgu

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

PR: https://git.openjdk.java.net/jdk/pull/899



More information about the hotspot-gc-dev mailing list