RFR: 8255527: Shenandoah: Let ShenadoahGCStateResetter disable barriers [v3]
Roman Kennke
rkennke at openjdk.java.net
Wed Oct 28 12:18:56 UTC 2020
> 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)
Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:
Keep heap ref in ShenandoahGCStateResetter field
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/899/files
- new: https://git.openjdk.java.net/jdk/pull/899/files/e51fb430..ae06bf83
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=899&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=899&range=01-02
Stats: 10 lines in 2 files changed: 2 ins; 2 del; 6 mod
Patch: https://git.openjdk.java.net/jdk/pull/899.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/899/head:pull/899
PR: https://git.openjdk.java.net/jdk/pull/899
More information about the shenandoah-dev
mailing list