RFR: Generation labeling for regions and allocation requests.

Roman Kennke rkennke at openjdk.java.net
Mon Nov 16 14:18:23 UTC 2020


On Mon, 16 Nov 2020 13:51:12 GMT, Bernd Mathiske <bmathiske at openjdk.org> wrote:

> The original generational Shenandoah patch authored by Roman Kennke. 
> The rest of the project will build upon this base.

One small thing (and I leave it to you if you want to change it), otherwise looks good.

src/hotspot/share/gc/shenandoah/shenandoahHeap.inline.hpp line 267:

> 265:   if (target_gen == YOUNG_GEN) {
> 266:     markWord mark = p->mark();
> 267:     if (mark.is_marked()) {

This could probably use ShenandoahForwarding::is_marked() instead.

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

Marked as reviewed by rkennke (Reviewer).

PR: https://git.openjdk.java.net/shenandoah/pull/6


More information about the shenandoah-dev mailing list