RFR: 8257793: Shenandoah: SATB barrier should only filter out already strongly marked oops

Aleksey Shipilev shade at openjdk.java.net
Mon Dec 7 07:18:14 UTC 2020


On Mon, 7 Dec 2020 01:07:25 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> SATB barrier intercepts oops for later marking, and those oops will be marked as strongly reachable. So that, it can only filter out oops that already strongly marked, not if they are only weakly marked.
> 
> - [x] hotspot_gc_shenandoah
> - [x] nightly pipeline

Awww. That looks obvious in hindsight. Looks good!

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

Marked as reviewed by shade (Reviewer).

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



More information about the hotspot-gc-dev mailing list