RFR: 8255760: Shenandoah: match constants style in ShenandoahMarkTask fallback

Roman Kennke rkennke at openjdk.java.net
Mon Nov 2 14:41:55 UTC 2020


On Mon, 2 Nov 2020 13:55:59 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> JDK-8255457 cleaned up the 64-bit version of ShenandoahMarkTask. However, there is also the 32-bit fallback without any tricky mechanics. Still, it should match the style of the optimized version by using `static const`-s instead of enums. I missed that during the JDK-8255457 work.
> 
> Additional testing:
>  - [x] Linux x86_32 `hotspot_gc_shenandoah`

Looks good to me!

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

Marked as reviewed by rkennke (Reviewer).

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


More information about the shenandoah-dev mailing list